HomeSort by relevance Sort by last modified time
    Searched refs:HRGN (Results 1 - 25 of 32) sorted by null

1 2

  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h 60 HRGN dirty);
79 HRGN dirty);
screen_capturer_win_magnifier.cc 239 HRGN dirty) {
  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer_win.cc 165 win::ScopedGDIObject<HRGN, win::DeleteObjectTraits<HRGN> >
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 181 W32KAPI HRGN WINAPI NtGdiCreateEllipticRgn(int xLeft,int yTop,int xRight,int yBottom);
182 W32KAPI HRGN WINAPI NtGdiCreateRoundRectRgn(int xLeft,int yTop,int xRight,int yBottom,int xWidth,int yHeight);
184 W32KAPI HRGN WINAPI NtGdiExtCreateRegion(LPXFORM px,DWORD cj,LPRGNDATA prgn);
189 W32KAPI WINBOOL WINAPI NtGdiEqualRgn(HRGN hrgn1,HRGN hrgn2);
215 W32KAPI HRGN WINAPI NtGdiPathToRegion(HDC hdc);
225 W32KAPI WINBOOL WINAPI NtGdiFillRgn(HDC hdc,HRGN hrgn,HBRUSH hbrush);
226 W32KAPI WINBOOL WINAPI NtGdiFrameRgn(HDC hdc,HRGN hrgn,HBRUSH hbrush,int xWidth,int yHeight)
    [all...]
minwindef.h 215 DECLARE_HANDLE (HRGN);
wownt32.h 37 #define HRGN_32(h16) ((HRGN) (WOWHandle32(h16,WOW_TYPE_HRGN)))
wingdi.h     [all...]
textserv.h 101 virtual void TxScrollWindowEx (INT dx,INT dy,LPCRECT lprcScroll,LPCRECT lprcClip,HRGN hrgnUpdate,LPRECT lprcUpdate,UINT fuScroll) = 0;
uxtheme.h 179 THEMEAPI GetThemeBackgroundRegion(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,const RECT *pRect,HRGN *pRegion);
194 THEMEAPI HitTestThemeBackground(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,DWORD dwOptions,const RECT *pRect,HRGN hrgn,POINT ptTest,WORD *pwHitTestCode);
dwmapi.h 106 HRGN hRgnBlur;
penwin.h     [all...]
wtypes.h 345 typedef void *HRGN;
winuser.h     [all...]
  /external/python/cpython2/Lib/ctypes/
wintypes.py 84 HRGN = HANDLE
171 'HPALETTE', 'HPEN', 'HRGN', 'HRSRC', 'HSTR', 'HTASK', 'HWINSTA',
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 88 HRGN = HANDLE
175 'HPALETTE', 'HPEN', 'HRGN', 'HRSRC', 'HSTR', 'HTASK', 'HWINSTA',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 88 HRGN = HANDLE
175 'HPALETTE', 'HPEN', 'HRGN', 'HRSRC', 'HSTR', 'HTASK', 'HWINSTA',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 88 HRGN = HANDLE
175 'HPALETTE', 'HPEN', 'HRGN', 'HRSRC', 'HSTR', 'HTASK', 'HWINSTA',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 88 HRGN = HANDLE
175 'HPALETTE', 'HPEN', 'HRGN', 'HRSRC', 'HSTR', 'HTASK', 'HWINSTA',
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 492 static Region* FromHRGN(HRGN hrgn);
499 Region(HRGN hrgn);
516 HRGN GetHRGN(const Graphics *graphics) const;
gdiplusimpl.h 1110 __inline__ Region* Region::FromHRGN(HRGN hrgn)
1112 return new Region(hrgn);
1144 __inline__ Region::Region(HRGN hrgn): nativeRegion(NULL), lastStatus(Ok)
1146 lastStatus = DllExports::GdipCreateRegionHrgn(hrgn, &nativeRegion);
    [all...]
gdiplusflat.h 273 GpStatus WINGDIPAPI GdipSetClipHrgn(GpGraphics*,HRGN,CombineMode);
    [all...]
  /external/python/cpython3/Lib/ctypes/
wintypes.py 85 HRGN = HANDLE
  /external/skia/samplecode/
SampleBigGradient.cpp 250 HRGN hrgn = CreateRectRgnIndirect(&clip_bounds_RECT); variable
251 int result = SelectClipRgn(hdc, hrgn);
253 result = DeleteObject(hrgn);
  /external/skqp/samplecode/
SampleBigGradient.cpp 250 HRGN hrgn = CreateRectRgnIndirect(&clip_bounds_RECT); variable
251 int result = SelectClipRgn(hdc, hrgn);
253 result = DeleteObject(hrgn);
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 343 HRGN hRgn = ::CreateRectRgn(0, 0, 1, 1);
344 int ret = ::GetClipRgn(hDC, hRgn);
346 ret = ::GetRegionData(hRgn, 0, NULL);
349 ret = ::GetRegionData(hRgn, ret, pData);
365 ::DeleteObject(hRgn);

Completed in 680 milliseconds

1 2