HomeSort by relevance Sort by last modified time
    Searched full:hrgn (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/ui/gfx/
path_win.h 17 // Creates a new HRGN given |region|. The caller is responsible for destroying
19 GFX_EXPORT HRGN CreateHRGNFromSkRegion(const SkRegion& path);
21 // Creates a new HRGN given |path|. The caller is responsible for destroying
23 GFX_EXPORT HRGN CreateHRGNFromSkPath(const SkPath& path);
path_win.cc 14 HRGN CreateHRGNFromSkRegion(const SkRegion& region) {
27 HRGN CreateHRGNFromSkPath(const SkPath& path) {
49 HRGN dest = CreateRectRgn(0, 0, 1, 1);
56 HRGN dest = CreateRectRgn(0, 0, 1, 1);
63 HRGN dest = CreateRectRgn(0, 0, 1, 1);
gdi_util.h 35 // Modify the given hrgn by subtracting the given rectangles.
37 HRGN hrgn,
40 GFX_EXPORT HRGN ConvertPathToHRGN(const gfx::Path& path);
gdi_util.cc 65 void SubtractRectanglesFromRegion(HRGN hrgn,
68 HRGN cutout = ::CreateRectRgn(0, 0, 0, 0);
75 ::CombineRgn(hrgn, hrgn, cutout, RGN_DIFF);
81 HRGN ConvertPathToHRGN(const gfx::Path& path) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 77 HRGN hrgn; local
86 hrgn = CreateRectRgn(0, 0, 0, 0);
87 GetRandomRgn(hdc, hrgn, SYSRGN);
88 rgn_box_type = GetRgnBox(hrgn, &rgn_box);
94 OffsetRgn(hrgn, -hwnd_origin_from_screen.x, -hwnd_origin_from_screen.y);
99 DeleteObject(hrgn);
103 rgndata_size = GetRegionData(hrgn, 0, NULL);
105 GetRegionData(hrgn, rgndata_size, rgndata);
106 DeleteObject(hrgn);
148 HRGN hrgn; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 77 HRGN hrgn; local
86 hrgn = CreateRectRgn(0, 0, 0, 0);
87 GetRandomRgn(hdc, hrgn, SYSRGN);
88 rgn_box_type = GetRgnBox(hrgn, &rgn_box);
94 OffsetRgn(hrgn, -hwnd_origin_from_screen.x, -hwnd_origin_from_screen.y);
99 DeleteObject(hrgn);
103 rgndata_size = GetRegionData(hrgn, 0, NULL);
105 GetRegionData(hrgn, rgndata_size, rgndata);
106 DeleteObject(hrgn);
148 HRGN hrgn; local
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusRegion.h 73 Region::Region(IN HRGN hRgn)
77 lastResult = DllExports::GdipCreateRegionHrgn(hRgn, &region);
83 Region* Region::FromHRGN(IN HRGN hRgn)
87 if (DllExports::GdipCreateRegionHrgn(hRgn, &region) == Ok)
303 inline HRGN
306 HRGN hrgn; local
310 &hrgn));
    [all...]
GdiPlusHeaders.h 35 Region(IN HRGN hRgn);
36 static Region* FromHRGN(IN HRGN hRgn);
87 HRGN GetHRGN (IN const Graphics * g) const;
  /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...]
wingdi.h     [all...]
wownt32.h 37 #define HRGN_32(h16) ((HRGN) (WOWHandle32(h16,WOW_TYPE_HRGN)))
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 50 HRGN hRgnBlur;
  /external/chromium_org/skia/ext/
platform_device_win.cc 208 HRGN hrgn; local
211 hrgn = CreateRectRgn(0, 0, 0, 0);
215 hrgn = CreateRectRgnIndirect(&SkIRectToRECT(region.getBounds()));
229 hrgn = PathToRegion(context);
231 int result = SelectClipRgn(context, hrgn);
233 result = DeleteObject(hrgn);
platform_device_mac.cc 151 // hrgn = PathToRegion(context);
  /external/chromium_org/base/win/
scoped_gdi_object.h 70 typedef ScopedGDIObject<HRGN> ScopedRegion;
  /external/chromium_org/remoting/host/
desktop_shape_tracker_win.cc 96 HRGN desktop_region = data->desktop_region.Get();
97 HRGN window_region = data->window_region.Get();
  /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',
  /external/chromium_org/third_party/WebKit/Source/platform/win/
HWndDC.h 49 HWndDC(HWND hwnd, HRGN hrgnClip, DWORD flags)
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 301 HRGN hRgn = ::CreateRectRgn(0, 0, 1, 1);
302 int ret = ::GetClipRgn(hDC, hRgn);
304 ret = ::GetRegionData(hRgn, 0, NULL);
310 ret = ::GetRegionData(hRgn, ret, pData);
323 ::DeleteObject(hRgn);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h 63 HRGN dirty);
82 HRGN dirty);
  /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...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 267 HRGN hrgn = ::CreateRectRgn(clip_rect_in_pixel.x(), local
271 gfx::SubtractRectanglesFromRegion(hrgn, move.cutout_rects);
273 // Note: System will own the hrgn after we call SetWindowRgn,
274 // so we don't need to call DeleteObject(hrgn)
275 ::SetWindowRgn(window, hrgn,

Completed in 1030 milliseconds

1 2