Searched defs:nPoints (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/third_party/lcms/src/
H A Dcmsgmt.c93 cmsUInt32Number nPoints,
111 SampledPoints = (cmsFloat32Number*) _cmsCalloc(ContextID, nPoints, sizeof(cmsFloat32Number));
114 for (i=0; i < nPoints; i++) {
119 cmyk[3] = (cmsFloat32Number) ((i * 100.0) / (nPoints-1));
125 out = cmsBuildTabulatedToneCurveFloat(ContextID, nPoints, SampledPoints);
140 cmsUInt32Number nPoints,
160 in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
163 out = ComputeKToLstar(ContextID, nPoints, 1,
176 KTone = cmsJoinToneCurve(ContextID, in, out, nPoints);
92 ComputeKToLstar(cmsContext ContextID, cmsUInt32Number nPoints, cmsUInt32Number nProfiles, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
139 _cmsBuildKToneCurve(cmsContext ContextID, cmsUInt32Number nPoints, cmsUInt32Number nProfiles, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
/external/pdfium/core/fxcrt/
H A Dfx_coordinates.cpp57 CFX_FloatRect CFX_FloatRect::GetBBox(const CFX_PointF* pPoints, int nPoints) { argument
58 if (nPoints == 0)
65 for (int i = 1; i < nPoints; i++) {
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java344 public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints) argument
346 graphics.drawPolygon(xPoints, yPoints, nPoints);
354 public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints) argument
356 graphics.drawPolyline(xPoints, yPoints, nPoints);
424 public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints) argument
426 graphics.fillPolygon(xPoints, yPoints, nPoints);
/external/skia/src/gpu/
H A DGrTessellator.cpp713 int nPoints = 1; local
717 while (nPoints < GrPathUtils::kMaxPointsPerCurve) {
718 u = 1.0f / nPoints;
722 nPoints++;
724 for (int j = 1; j <= nPoints; j++) {
/external/skqp/src/gpu/
H A DGrTessellator.cpp713 int nPoints = 1; local
717 while (nPoints < GrPathUtils::kMaxPointsPerCurve) {
718 u = 1.0f / nPoints;
722 nPoints++;
724 for (int j = 1; j <= nPoints; j++) {

Completed in 333 milliseconds