Searched refs:nRects (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_coords.cpp | 118 int nRects = 0; in Substract4() local 121 rects[nRects].left = left; in Substract4() 122 rects[nRects].right = s.left; in Substract4() 123 rects[nRects].bottom = bottom; in Substract4() 124 rects[nRects].top = top; in Substract4() 125 nRects ++; in Substract4() 128 rects[nRects].left = s.left; in Substract4() 129 rects[nRects].right = right; in Substract4() 130 rects[nRects].bottom = s.top; in Substract4() 131 rects[nRects].top = top; in Substract4() [all …]
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_flatten.cpp | 135 int nRects = array.GetSize(); in GetMinMaxValue() local 138 if (nRects <= 0)return 0.0f; in GetMinMaxValue() 140 FX_FLOAT* pArray = new FX_FLOAT[nRects]; in GetMinMaxValue() 145 for (int i = 0; i < nRects; i++) in GetMinMaxValue() 152 for (int i = 0; i < nRects; i++) in GetMinMaxValue() 159 for (int i = 0; i < nRects; i++) in GetMinMaxValue() 166 for (int i = 0; i < nRects; i++) in GetMinMaxValue() 177 for (int i = 1; i < nRects; i++) in GetMinMaxValue() 183 for (int i = 1; i < nRects; i++) in GetMinMaxValue()
|
/external/opencv/cvaux/src/ |
D | cvvecfacetracking.cpp | 345 int nRects = m_seqRects->total; in MergeRects() local 349 for (i = 0; i < nRects; i++) in MergeRects() 354 for (j = i + 1; j < nRects; j++) in MergeRects() 427 cvInitFaceTracker(CvFaceTracker* pFaceTracker, const IplImage* imgGray, CvRect* pRects, int nRects) in cvInitFaceTracker() argument 431 _ASSERT(nRects >= NUM_FACE_ELEMENTS); in cvInitFaceTracker() 434 (nRects < NUM_FACE_ELEMENTS)) in cvInitFaceTracker() 461 cvTrackFace(CvFaceTracker* pFaceTracker, IplImage* imgGray, CvRect* pRects, int nRects, CvPoint* pt… in cvTrackFace() argument 465 _ASSERT(NULL != pRects && nRects >= NUM_FACE_ELEMENTS); in cvTrackFace() 607 for (int i = 0; i < NUM_FACE_ELEMENTS && i < nRects; i++) in cvTrackFace()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 830 CvRect* pRects, int nRects); 832 CvRect* pRects, int nRects,
|