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

/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/skia/include/core/
H A DSkPathRef.h318 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
320 void resetToSize(int verbCount, int pointCount, int conicCount, argument
329 size_t newSize = sizeof(uint8_t) * verbCount + sizeof(SkPoint) * pointCount;
344 fPointCnt = pointCount;
347 fPointCnt = pointCount;
/external/skia/src/core/
H A DSkPathRef.cpp125 int32_t verbCount, pointCount, conicCount; local
128 !buffer->readS32(&pointCount) ||
134 ref->resetToSize(verbCount, pointCount, conicCount);
136 SkASSERT(pointCount == ref->countPoints());
140 !buffer->read(ref->fPoints, pointCount * sizeof(SkPoint)) ||
H A DSkGeometry.cpp1056 int pointCount;
1067 pointCount = 1;
1102 pointCount = wholeCount + 1;
1114 matrix.mapPoints(quadPoints, pointCount);
1115 return pointCount;
/external/skia/src/gpu/
H A DGrPathUtils.cpp163 int pointCount = 0; local
176 pointCount += 1;
183 pointCount += quadraticPointCount(quadPts + 2*i, tol);
187 pointCount += quadraticPointCount(pts, tol);
190 pointCount += cubicPointCount(pts, tol);
193 pointCount += 1;
203 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/oned/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 260 milliseconds