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

  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 128 int nRects = array.GetSize();
131 if (nRects <= 0)
134 FX_FLOAT* pArray = new FX_FLOAT[nRects];
137 for (int i = 0; i < nRects; i++)
143 for (int i = 0; i < nRects; i++)
149 for (int i = 0; i < nRects; i++)
155 for (int i = 0; i < nRects; i++)
165 for (int i = 1; i < nRects; i++)
169 for (int i = 1; i < nRects; i++)
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 345 int nRects = m_seqRects->total;
349 for (i = 0; i < nRects; i++)
354 for (j = i + 1; j < nRects; j++)
427 cvInitFaceTracker(CvFaceTracker* pFaceTracker, const IplImage* imgGray, CvRect* pRects, int nRects)
431 _ASSERT(nRects >= NUM_FACE_ELEMENTS);
434 (nRects < NUM_FACE_ELEMENTS))
448 }//CvFaceTracker* InitFaceTracker(IplImage* imgGray, CvRect* pRects, int nRects)
461 cvTrackFace(CvFaceTracker* pFaceTracker, IplImage* imgGray, CvRect* pRects, int nRects, CvPoint* ptRotate, double* dbAngleRotate)
465 _ASSERT(NULL != pRects && nRects >= NUM_FACE_ELEMENTS);
607 for (int i = 0; i < NUM_FACE_ELEMENTS && i < nRects; i++
    [all...]
  /external/libvncserver/rfb/
rfbproto.h 543 uint16_t nRects;
544 /* followed by nRects rectangles */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 617 milliseconds