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.cpp517 HRGN hClipRgn = CreateRectRgn(0, 0, 1, 1); in GetClipRgn() local
518 if (::GetClipRgn(m_hDC, hClipRgn) == 0) { in GetClipRgn()
519 DeleteObject(hClipRgn); in GetClipRgn()
520 hClipRgn = NULL; in GetClipRgn()
522 return (void*)hClipRgn; in GetClipRgn()