Home
last modified time | relevance | path

Searched refs:nPoints (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsgmt.c93 cmsUInt32Number nPoints, in ComputeKToLstar() argument
111 SampledPoints = (cmsFloat32Number*) _cmsCalloc(ContextID, nPoints, sizeof(cmsFloat32Number)); in ComputeKToLstar()
114 for (i=0; i < nPoints; i++) { in ComputeKToLstar()
119 cmyk[3] = (cmsFloat32Number) ((i * 100.0) / (nPoints-1)); in ComputeKToLstar()
125 out = cmsBuildTabulatedToneCurveFloat(ContextID, nPoints, SampledPoints); in ComputeKToLstar()
140 cmsUInt32Number nPoints, in _cmsBuildKToneCurve() argument
160 …in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates… in _cmsBuildKToneCurve()
163 out = ComputeKToLstar(ContextID, nPoints, 1, in _cmsBuildKToneCurve()
176 KTone = cmsJoinToneCurve(ContextID, in, out, nPoints); in _cmsBuildKToneCurve()
Dlcms2_internal.h1043 cmsUInt32Number nPoints,
/external/fonttools/Lib/fontTools/ttLib/tables/
D_m_a_x_p.py87 nPoints, nContours = g.getMaxpValues()
88 maxPoints = max(maxPoints, nPoints)
91 nPoints, nContours, componentDepth = g.getCompositeMaxpValues(glyfTable)
92 maxCompositePoints = max(maxCompositePoints, nPoints)
D_g_l_y_f.py331 nPoints = 0
341 nPoints = nPoints + nP
343 return nPoints, nContours, maxComponentDepth
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java344 public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints) in drawPolygon() argument
346 graphics.drawPolygon(xPoints, yPoints, nPoints); in drawPolygon()
354 public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints) in drawPolyline() argument
356 graphics.drawPolyline(xPoints, yPoints, nPoints); in drawPolyline()
424 public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints) in fillPolygon() argument
426 graphics.fillPolygon(xPoints, yPoints, nPoints); in fillPolygon()
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp57 CFX_FloatRect CFX_FloatRect::GetBBox(const CFX_PointF* pPoints, int nPoints) { in GetBBox() argument
58 if (nPoints == 0) in GetBBox()
65 for (int i = 1; i < nPoints; i++) { in GetBBox()
Dfx_coordinates.h236 static CFX_FloatRect GetBBox(const CFX_PointF* pPoints, int nPoints);
/external/skia/src/gpu/
DGrTessellator.cpp713 int nPoints = 1; in append_quadratic_to_contour() local
717 while (nPoints < GrPathUtils::kMaxPointsPerCurve) { in append_quadratic_to_contour()
718 u = 1.0f / nPoints; in append_quadratic_to_contour()
722 nPoints++; in append_quadratic_to_contour()
724 for (int j = 1; j <= nPoints; j++) { in append_quadratic_to_contour()
/external/skqp/src/gpu/
DGrTessellator.cpp713 int nPoints = 1; in append_quadratic_to_contour() local
717 while (nPoints < GrPathUtils::kMaxPointsPerCurve) { in append_quadratic_to_contour()
718 u = 1.0f / nPoints; in append_quadratic_to_contour()
722 nPoints++; in append_quadratic_to_contour()
724 for (int j = 1; j <= nPoints; j++) { in append_quadratic_to_contour()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1166 …urve(cmsContext ContextID, const cmsToneCurve* X, const cmsToneCurve* Y, cmsUInt32Number nPoints);
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF com/google/common/base/ExtraObjectsMethodsForWeb.class ExtraObjectsMethodsForWeb ...