Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp343 HRGN hRgn = ::CreateRectRgn(0, 0, 1, 1); in CPSPrinterDriver() local
344 int ret = ::GetClipRgn(hDC, hRgn); in CPSPrinterDriver()
346 ret = ::GetRegionData(hRgn, 0, NULL); in CPSPrinterDriver()
349 ret = ::GetRegionData(hRgn, ret, pData); in CPSPrinterDriver()
365 ::DeleteObject(hRgn); in CPSPrinterDriver()
/external/syzkaller/sys/windows/
Dwindows.txt1534 GetUpdateRgn(hWnd ptr[inout, intptr], hRgn ptr[inout, intptr], bErase int32)
1535 SetWindowRgn(hWnd ptr[inout, intptr], hRgn ptr[inout, intptr], bRedraw int32)
1536 GetWindowRgn(hWnd ptr[inout, intptr], hRgn ptr[inout, intptr])
1541 InvalidateRgn(hWnd ptr[inout, intptr], hRgn ptr[inout, intptr], bErase int32)
1542 ValidateRgn(hWnd ptr[inout, intptr], hRgn ptr[inout, intptr])