Searched refs:nRects (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_coords.cpp | 114 int nRects = 0; in Substract4() local 117 rects[nRects].left = left; in Substract4() 118 rects[nRects].right = s.left; in Substract4() 119 rects[nRects].bottom = bottom; in Substract4() 120 rects[nRects].top = top; in Substract4() 121 nRects++; in Substract4() 124 rects[nRects].left = s.left; in Substract4() 125 rects[nRects].right = right; in Substract4() 126 rects[nRects].bottom = s.top; in Substract4() 127 rects[nRects].top = top; in Substract4() [all …]
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_flatten.cpp | 128 int nRects = array.GetSize(); in GetMinMaxValue() local 131 if (nRects <= 0) in GetMinMaxValue() 134 FX_FLOAT* pArray = new FX_FLOAT[nRects]; in GetMinMaxValue() 137 for (int i = 0; i < nRects; i++) in GetMinMaxValue() 143 for (int i = 0; i < nRects; i++) in GetMinMaxValue() 149 for (int i = 0; i < nRects; i++) in GetMinMaxValue() 155 for (int i = 0; i < nRects; i++) in GetMinMaxValue() 165 for (int i = 1; i < nRects; i++) in GetMinMaxValue() 169 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/libvncserver/rfb/ |
D | rfbproto.h | 543 uint16_t nRects; member
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 830 CvRect* pRects, int nRects); 832 CvRect* pRects, int nRects,
|
/external/libvncserver/libvncclient/ |
D | rfbproto.c | 1792 msg.fu.nRects = rfbClientSwap16IfLE(msg.fu.nRects); in HandleRFBServerMessage() 1794 for (i = 0; i < msg.fu.nRects; i++) { in HandleRFBServerMessage()
|
/external/libvncserver/libvncserver/ |
D | rfbserver.c | 2729 fu->nRects = Swap16IfLE(1); in rfbSendFramebufferUpdate() 3041 fu->nRects = Swap16IfLE((uint16_t)(sraRgnCountRects(updateCopyRegion) + in rfbSendFramebufferUpdate() 3046 fu->nRects = 0xFFFF; in rfbSendFramebufferUpdate()
|