HomeSort by relevance Sort by last modified time
    Searched refs:lpRect (Results 1 - 8 of 8) sorted by null

  /external/opencv/cvaux/src/
cvface.cpp 327 inline void RFace::ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD)
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;
342 lpRect->width = Rect.width - 2*lD;
344 lpRect->width = 0;
348 lpRect->height = Rect.height - 2*lD
    [all...]
_cvfacedetection.h 294 void ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 872 LPRECT lpRect
879 LPRECT lpRect,
922 CONST RECT *lpRect,
1048 LPRECT
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 875 LPRECT lpRect
882 LPRECT lpRect,
925 CONST RECT *lpRect,
1051 LPRECT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
ddraw.h     [all...]
wingdi.h     [all...]
commctrl.h 193 LPRECT lpRect;
    [all...]

Completed in 344 milliseconds