Searched refs:pointCount (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DLoggingCanvas.h87 unsigned pointCount; member in struct:blink::LoggingCanvas::VerbParams
90 VerbParams(const String& name, unsigned pointCount, unsigned pointOffset) argument
92 , pointCount(pointCount)
H A DLoggingCanvas.cpp597 ASSERT(verbParams.pointCount + verbParams.pointOffset <= WTF_ARRAY_LENGTH(points));
598 pathPointItem->setArray("points", arrayForSkPoints(verbParams.pointCount, points + verbParams.pointOffset));
/external/icu/icu4c/source/layout/
H A DGlyphDefinitionTables.h42 le_uint16 pointCount; member in struct:AttachPointTable
/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp96 int pointCount, CvPoint2D32f* points )
123 pointCount = cvRound((params[0] - 1)*(params[1] - 1));
129 if( !points || pointCount < 4 )
147 arrSize = pointCount * sizeof(etalonPoints[0]);
149 if( etalonPointCount != pointCount )
152 etalonPointCount = pointCount;
193 int* pointCount, const CvPoint2D32f** points ) const
201 if( pointCount )
202 *pointCount = etalonPointCount;
95 SetEtalon( CvCalibEtalonType type, double* params, int pointCount, CvPoint2D32f* points ) argument
192 GetEtalon( int* paramCount, const double** params, int* pointCount, const CvPoint2D32f** points ) const argument
/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h317 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
319 void resetToSize(int verbCount, int pointCount, int conicCount, argument
328 size_t newSize = sizeof(uint8_t) * verbCount + sizeof(SkPoint) * pointCount;
343 fPointCnt = pointCount;
346 fPointCnt = pointCount;
/external/skia/include/core/
H A DSkPathRef.h314 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
316 void resetToSize(int verbCount, int pointCount, int conicCount, argument
325 size_t newSize = sizeof(uint8_t) * verbCount + sizeof(SkPoint) * pointCount;
340 fPointCnt = pointCount;
343 fPointCnt = pointCount;
/external/chromium_org/third_party/skia/src/core/
H A DSkPathRef.cpp123 int32_t verbCount, pointCount, conicCount; local
126 !buffer->readS32(&pointCount) ||
132 ref->resetToSize(verbCount, pointCount, conicCount);
134 SkASSERT(pointCount == ref->countPoints());
138 !buffer->read(ref->fPoints, pointCount * sizeof(SkPoint)) ||
H A DSkGeometry.cpp1117 int pointCount;
1128 pointCount = 1;
1163 pointCount = wholeCount + 1;
1175 matrix.mapPoints(quadPoints, pointCount);
1176 return pointCount;
/external/skia/src/core/
H A DSkPathRef.cpp123 int32_t verbCount, pointCount, conicCount; local
126 !buffer->readS32(&pointCount) ||
132 ref->resetToSize(verbCount, pointCount, conicCount);
134 SkASSERT(pointCount == ref->countPoints());
138 !buffer->read(ref->fPoints, pointCount * sizeof(SkPoint)) ||
H A DSkGeometry.cpp1117 int pointCount;
1128 pointCount = 1;
1163 pointCount = wholeCount + 1;
1175 matrix.mapPoints(quadPoints, pointCount);
1176 return pointCount;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp154 int pointCount = 0; local
167 pointCount += 1;
170 pointCount += quadraticPointCount(pts, tol);
173 pointCount += cubicPointCount(pts, tol);
176 pointCount += 1;
186 return pointCount;
/external/skia/src/gpu/
H A DGrPathUtils.cpp154 int pointCount = 0; local
167 pointCount += 1;
170 pointCount += quadraticPointCount(pts, tol);
173 pointCount += cubicPointCount(pts, tol);
176 pointCount += 1;
186 return pointCount;
/external/opencv/cvaux/include/
H A Dcvaux.h1455 pointCount & points are used in case of
1459 int pointCount = 0, CvPoint2D32f* points = 0 );
1464 int* pointCount = 0, const CvPoint2D32f** etalonPoints = 0 ) const;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3008 milliseconds