Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp461 HRGN hClipRgn = CreateRectRgn(0, 0, 1, 1); in GetClipRgn() local
462 if (::GetClipRgn(m_hDC, hClipRgn) == 0) { in GetClipRgn()
463 DeleteObject(hClipRgn); in GetClipRgn()
464 hClipRgn = NULL; in GetClipRgn()
466 return (FX_LPVOID)hClipRgn; in GetClipRgn()