Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.h62 HRGN dirty);
81 HRGN dirty);
Dwindow_capture_utils.cc127 win::ScopedGDIObject<HRGN, win::DeleteObjectTraits<HRGN>> scoped_hrgn( in GetWindowRegionTypeWithBoundary()
Dscreen_capturer_win_magnifier.cc187 HRGN dirty) { in OnMagImageScalingCallback()
/external/python/cpython2/Lib/ctypes/
Dwintypes.py84 HRGN = HANDLE variable
/external/python/cpython3/Lib/ctypes/
Dwintypes.py85 HRGN = HANDLE variable
/external/skia/gm/
Drasterhandleallocator.cpp257 HRGN hrgn = CreateRectRgnIndirect(&clip_bounds_RECT); in updateHandle()
/external/skqp/samplecode/
DSampleBigGradient.cpp248 HRGN hrgn = CreateRectRgnIndirect(&clip_bounds_RECT); in updateHandle()
/external/pdfium/testing/
Dembedder_test.cpp397 HRGN rgn = CreateRectRgn(0, 0, width, height); in RenderPageWithFlagsToEmf()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp363 HRGN hRgn = ::CreateRectRgn(0, 0, 1, 1); in CPSPrinterDriver()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc470 HRGN rgn = CreateRectRgn(0, 0, width, height); in WriteEmf()