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

1 2

  /frameworks/base/graphics/java/android/graphics/
Matrix.java 208 int pointCount) {
581 int pointCount) {
583 int srcStop = srcIndex + (pointCount << 1);
584 int dstStop = dstIndex + (pointCount << 1);
585 if ((pointCount | srcIndex | dstIndex | srcStop | dstStop) < 0 ||
600 * @param pointCount The number of pairs/points to be used. Must be [0..4]
605 int pointCount) {
606 if (pointCount > 4) {
609 checkPointArrays(src, srcIndex, dst, dstIndex, pointCount);
611 dst, dstIndex, pointCount);
    [all...]
  /external/icu/icu4c/source/layout/
GlyphDefinitionTables.h 42 le_uint16 pointCount;
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDetector.cpp 72 CFX_MapPtrTemplate<CBC_ResultPoint*, int32_t> pointCount;
73 Increment(pointCount, lSideOne->GetFrom());
74 Increment(pointCount, lSideOne->GetTo());
75 Increment(pointCount, lSideTwo->GetFrom());
76 Increment(pointCount, lSideTwo->GetTo());
83 FX_POSITION itBegin = pointCount.GetStartPosition();
87 pointCount.GetNextAssoc(itBegin, key, value);
117 if (!pointCount.Lookup(pointA, value)) {
119 } else if (!pointCount.Lookup(pointB, value)) {
121 } else if (!pointCount.Lookup(pointC, value)) {
    [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/skia/src/core/
SkPathRef.cpp 139 int32_t verbCount, pointCount, conicCount;
145 !buffer->readS32(&pointCount) ||
146 pointCount < 0 ||
147 static_cast<uint32_t>(pointCount) > maxPtrDiff/sizeof(SkPoint) ||
148 sizeof(uint8_t) * verbCount + sizeof(SkPoint) * pointCount >
156 ref->resetToSize(verbCount, pointCount, conicCount);
158 SkASSERT(pointCount == ref->countPoints());
162 !buffer->read(ref->fPoints, pointCount * sizeof(SkPoint)) ||
  /frameworks/base/core/java/android/hardware/camera2/params/
TonemapCurve.java 313 int pointCount = curve.length / POINT_SIZE;
314 for (int i = 0, j = 0; i < pointCount; i++, j += 2) {
321 // trim extra ", " at the end. Guaranteed to work because pointCount >= 2
  /external/skia/include/core/
SkPathRef.h 348 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
350 void resetToSize(int verbCount, int pointCount, int conicCount,
360 size_t newSize = sizeof(uint8_t) * verbCount + sizeof(SkPoint) * pointCount;
375 fPointCnt = pointCount;
378 fPointCnt = pointCount;
  /external/opencv3/samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/
ColorBlobDetectionActivity.java 149 int pointCount = touchedRect.width*touchedRect.height;
151 mBlobColorHsv.val[i] /= pointCount;
  /external/skia/src/gpu/
GrPathUtils.cpp 163 int pointCount = 0;
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/opencv3/modules/calib3d/test/
test_cameracalibration.cpp 263 virtual void project( int pointCount, CvPoint3D64f* objectPoints,
680 virtual void project( int pointCount, CvPoint3D64f* objectPoints,
707 void CV_CameraCalibrationTest_C::project( int pointCount, CvPoint3D64f* objectPoints,
711 CvMat _objectPoints = cvMat(1, pointCount, CV_64FC3, objectPoints);
712 CvMat _imagePoints = cvMat(1, pointCount, CV_64FC2, imagePoints);
732 virtual void project( int pointCount, CvPoint3D64f* objectPoints,
796 void CV_CameraCalibrationTest_CPP::project( int pointCount, CvPoint3D64f* _objectPoints,
800 Mat objectPoints( pointCount, 3, CV_64FC1, _objectPoints );
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 340 const size_t pointCount = byteLength >> 1;
341 std::unique_ptr<SkPoint[]> pts(new SkPoint[pointCount]);
342 for (size_t i = 0; i < pointCount; i++) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 593 float[] dst, int dstIndex, int pointCount) {
851 * @param pointCount The number of points (x,y pairs) to transform
855 int pointCount) {
856 final int count = pointCount * 2;
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]
  /external/dng_sdk/source/
dng_bad_pixels.cpp 362 if (PointCount () > 1)
411 for (uint32 k = index + 1; k < PointCount (); k++)
526 for (uint32 k = index + 1; k < PointCount (); k++)
700 uint32 pCount = fList->PointCount ();
744 if (fList->PointCount ())
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 717 int pointCount = pointList.limit() / 3;
719 for (int i = 0; i < pointCount; i++) {
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java     [all...]
  /external/zxing/core/
core.jar 
  /external/robolectric/v1/lib/main/
android.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 

Completed in 529 milliseconds

1 2