Searched refs:lD (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvface.cpp327 inline void RFace::ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD) argument
331 lpRect->x = Rect.x - lD;
332 lpRect->y = Rect.y - lD;
333 lpRect->width = Rect.width + 2*lD;
334 lpRect->height = Rect.height + 2*lD;
338 lpRect->x = Rect.x + lD;
339 lpRect->y = Rect.y + lD;
340 if (Rect.width - 2*lD >= 0)
342 lpRect->width = Rect.width - 2*lD;
346 if (Rect.height - 2*lD >
[all...]
H A D_cvfacedetection.h294 void ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD);
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 199 milliseconds