Home
last modified time | relevance | path

Searched refs:HRGN (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.h60 HRGN dirty);
79 HRGN dirty);
Dscreen_capturer_win_magnifier.cc239 HRGN dirty) { in OnMagImageScalingCallback()
/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc165 win::ScopedGDIObject<HRGN, win::DeleteObjectTraits<HRGN> > in ShouldUseScreenCapturer()
/external/libchrome/base/win/
Dscoped_gdi_object.h38 typedef ScopedGDIObject<HRGN> ScopedRegion;
/external/python/cpython2/Lib/ctypes/
Dwintypes.py84 HRGN = HANDLE variable
/external/skia/samplecode/
DSampleBigGradient.cpp247 HRGN hrgn = CreateRectRgnIndirect(&toRECT(clip_bounds)); in updateHandle()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp340 HRGN hRgn = ::CreateRectRgn(0, 0, 1, 1); in CPSPrinterDriver()
/external/pdfium/samples/
Dpdfium_test.cc289 HRGN rgn = CreateRectRgn(0, 0, width, height); in WriteEmf()