Searched refs:pointCount (Results 1 – 9 of 9) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvcalibfilter.cpp | 96 int pointCount, CvPoint2D32f* points ) in SetEtalon() argument 123 pointCount = cvRound((params[0] - 1)*(params[1] - 1)); in SetEtalon() 129 if( !points || pointCount < 4 ) in SetEtalon() 147 arrSize = pointCount * sizeof(etalonPoints[0]); in SetEtalon() 149 if( etalonPointCount != pointCount ) in SetEtalon() 152 etalonPointCount = pointCount; in SetEtalon() 193 int* pointCount, const CvPoint2D32f** points ) const in GetEtalon() argument 201 if( pointCount ) in GetEtalon() 202 *pointCount = etalonPointCount; in GetEtalon()
|
/external/skia/include/core/ |
D | SkPathRef.h | 320 void resetToSize(int verbCount, int pointCount, int conicCount, 329 size_t newSize = sizeof(uint8_t) * verbCount + sizeof(SkPoint) * pointCount; 344 fPointCnt = pointCount; 347 fPointCnt = pointCount;
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 125 int32_t verbCount, pointCount, conicCount; in CreateFromBuffer() local 128 !buffer->readS32(&pointCount) || in CreateFromBuffer() 134 ref->resetToSize(verbCount, pointCount, conicCount); in CreateFromBuffer() 136 SkASSERT(pointCount == ref->countPoints()); in CreateFromBuffer() 140 !buffer->read(ref->fPoints, pointCount * sizeof(SkPoint)) || in CreateFromBuffer()
|
D | SkGeometry.cpp | 1056 int pointCount; in SkBuildQuadArc() local 1067 pointCount = 1; in SkBuildQuadArc() 1102 pointCount = wholeCount + 1; in SkBuildQuadArc() 1114 matrix.mapPoints(quadPoints, pointCount); in SkBuildQuadArc() 1115 return pointCount; in SkBuildQuadArc()
|
/external/skia/src/gpu/ |
D | GrPathUtils.cpp | 163 int pointCount = 0; in worstCasePointCount() local 176 pointCount += 1; in worstCasePointCount() 183 pointCount += quadraticPointCount(quadPts + 2*i, tol); in worstCasePointCount() 187 pointCount += quadraticPointCount(pts, tol); in worstCasePointCount() 190 pointCount += cubicPointCount(pts, tol); in worstCasePointCount() 193 pointCount += 1; in worstCasePointCount() 203 return pointCount; in worstCasePointCount()
|
/external/icu/icu4c/source/layout/ |
D | GlyphDefinitionTables.h | 42 le_uint16 pointCount; member
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1459 int pointCount = 0, CvPoint2D32f* points = 0 ); 1464 int* pointCount = 0, const CvPoint2D32f** etalonPoints = 0 ) const;
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |