HomeSort by relevance Sort by last modified time
    Searched refs:pointCount (Results 1 - 25 of 30) sorted by null

1 2

  /external/icu4c/layout/
GlyphDefinitionTables.h 41 le_uint16 pointCount;
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 208 int pointCount) {
549 int pointCount) {
551 int srcStop = srcIndex + (pointCount << 1);
552 int dstStop = dstIndex + (pointCount << 1);
553 if ((pointCount | srcIndex | dstIndex | srcStop | dstStop) < 0 ||
568 * @param pointCount The number of pairs/points to be used. Must be [0..4]
573 int pointCount) {
574 if (pointCount > 4) {
577 checkPointArrays(src, srcIndex, dst, dstIndex, pointCount);
579 dst, dstIndex, pointCount);
    [all...]
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 96 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;
  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 318 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
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/include/core/
SkPathRef.h 318 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
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/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 137 int32_t verbCount, pointCount, conicCount;
140 !buffer->readS32(&pointCount) ||
146 ref->resetToSize(verbCount, pointCount, conicCount);
148 SkASSERT(pointCount == ref->countPoints());
152 !buffer->read(ref->fPoints, pointCount * sizeof(SkPoint)) ||
SkGeometry.cpp     [all...]
  /external/skia/src/core/
SkPathRef.cpp 137 int32_t verbCount, pointCount, conicCount;
140 !buffer->readS32(&pointCount) ||
146 ref->resetToSize(verbCount, pointCount, conicCount);
148 SkASSERT(pointCount == ref->countPoints());
152 !buffer->read(ref->fPoints, pointCount * sizeof(SkPoint)) ||
SkGeometry.cpp     [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
example.js 45 document.getElementById('pointCount').textContent = value + ' points';
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 154 int pointCount = 0;
167 pointCount += 1;
170 pointCount += quadraticPointCount(pts, tol);
173 pointCount += cubicPointCount(pts, tol);
176 pointCount += 1;
186 return pointCount;
  /external/skia/src/gpu/
GrPathUtils.cpp 154 int pointCount = 0;
167 pointCount += 1;
170 pointCount += quadraticPointCount(pts, tol);
173 pointCount += cubicPointCount(pts, tol);
176 pointCount += 1;
186 return pointCount;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 648 float[] dst, int dstIndex, int pointCount) {
907 * @param pointCount The number of points (x,y pairs) to transform
911 int pointCount) {
912 final int count = pointCount * 2;
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
example.js 221 $('pointCount').textContent = value + ' points';
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 453 milliseconds

1 2