HomeSort by relevance Sort by last modified time
    Searched defs:numPoints (Results 1 - 22 of 22) sorted by null

  /development/samples/GlobalTime/src/com/android/globaltime/
PointCloud.java 47 int numPoints = len / 3;
48 short[] indices = new short[numPoints];
49 for (int i = 0; i < numPoints; i++) {
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 104 int numPoints = path.countPoints();
105 if (index >= numPoints) {
112 *resultingNumPoints = numPoints;
  /external/webkit/Source/WebCore/platform/graphics/android/
HarfbuzzSkia.cpp 135 uint32_t numPoints = path.getPoints(0, 0);
136 if (point >= numPoints)
145 *resultingNumPoints = numPoints;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 152 int numPoints = path.getPoints(0, 0);
153 if (point >= static_cast<unsigned>(numPoints))
162 *resultingNumPoints = numPoints;
  /frameworks/base/core/jni/android/graphics/
HarfbuzzSkia.cpp 144 uint32_t numPoints = path.getPoints(0, 0);
145 if (point >= numPoints)
154 *resultingNumPoints = numPoints;
  /external/opencv/cvaux/src/
cvlevmartrif.cpp 82 int numPoints;
83 numPoints = (vectX->rows - 36)/4;
85 if( numPoints < 1 )//!!! Need to correct this minimal number of points
90 if( Jacobian->rows == numPoints*6 || Jacobian->cols != 36+numPoints*4 )
92 CV_ERROR( CV_StsUnmatchedSizes, "Size of Jacobian is not correct it must be 6*numPoints x (36+numPoints*4)" );
117 for( currProjPoint = 0; currProjPoint < numPoints; currProjPoint++ )
143 currMatr*numPoints*2+currProjPoint*2+j, 36+currProjPoint*4+i,
151 cvmSet(Jacobian,currMatr*numPoints*2+currProjPoint*2,currMatr*12+i,X[i]/piX[2]);//x' p1
    [all...]
cvcorrimages.cpp 242 int numPoints;
243 numPoints = points1->cols;
245 if( numPoints <= 0 )
250 if( points2->cols != numPoints || pntStatus1->cols != numPoints || pntStatus2->cols != numPoints )
321 for( i = 0; i < numPoints; i++ )
341 memset(stat2,0,sizeof(uchar)*numPoints);
348 for( i = 0; i < numPoints; i++ )
378 for( i = 0; i < numPoints; i++
    [all...]
cvlevmarprojbandle.cpp 90 int numPoints;
91 numPoints = points4D->cols;
93 if( numPoints < 1 )
118 if( status->rows != 1 || status->cols != numPoints )
150 for( currPoint = 0; currPoint < numPoints; currPoint++ )
248 int numPoints;
249 numPoints = presPoints->cols;
251 if( numPoints < 1 )
276 if( presPoints->rows != 1 || presPoints->cols != numPoints )
300 for( currProjPoint = 0; currProjPoint < numPoints; currProjPoint++
    [all...]
cvtrifocal.cpp 137 int numPoints;
138 numPoints = points->cols;
139 if( numPoints <= 0 || numPoints != normPoints->cols )
162 for( i = 0; i < numPoints; i++ )
523 int numPoints;
524 numPoints = points4D->cols;
525 if( numPoints < 1 )
530 if( numPoints != projPoints->cols )
551 CV_CALL( tmpProjPoints = cvCreateMat(3,numPoints,CV_64F) )
    [all...]
cvepilines.cpp     [all...]
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 142 int numPoints = m_coordsLen / 2;
144 for (int i = 1; i < numPoints; ++i)
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
WebViewEventSender.java 174 final int numPoints = mTouchPoints.size();
175 if (numPoints == 0) {
179 int[] pointerIds = new int[numPoints];
180 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[numPoints];
183 for (int i = 0; i < numPoints; ++i) {
192 MotionEvent.ACTION_DOWN, numPoints, pointerIds, pointerCoords,
199 final int numPoints = mTouchPoints.size();
200 if (numPoints == 0) {
204 int[] pointerIds = new int[numPoints];
205 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[numPoints];
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
EventSenderImpl.java 214 int numPoints = getTouchPoints().size();
216 if (numPoints == 0) {
219 id = getTouchPoints().get(numPoints - 1).getId() + 1;
455 int numPoints = getTouchPoints().size();
456 int[] pointerIds = new int[numPoints];
457 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[numPoints];
459 for (int i = 0; i < numPoints; ++i) {
477 numPoints = 0;
479 pointerIds[numPoints] = getTouchPoints().get(i).getId();
480 pointerCoords[numPoints] = new MotionEvent.PointerCoords()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 296 int PlatformPathElement::numPoints() const
449 int n = numPoints();
765 int n = it->numPoints();
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 482 milliseconds