Searched refs:hRgn (Results 1 – 1 of 1) sorted by relevance
363 HRGN hRgn = ::CreateRectRgn(0, 0, 1, 1); in CPSPrinterDriver() local364 if (::GetClipRgn(m_hDC, hRgn) == 1) { in CPSPrinterDriver()365 DWORD dwCount = ::GetRegionData(hRgn, 0, nullptr); in CPSPrinterDriver()369 if (::GetRegionData(hRgn, dwCount, pData)) { in CPSPrinterDriver()383 ::DeleteObject(hRgn); in CPSPrinterDriver()