Searched refs:hBrush (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 1023 HBRUSH hBrush = nullptr; in DrawPath() local 1031 hBrush = CreateBrush(fill_color); in DrawPath() 1032 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush); in DrawPath() 1065 if (hBrush) { in DrawPath() 1066 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush); in DrawPath() 1067 DeleteObject(hBrush); in DrawPath() 1087 HBRUSH hBrush = CreateSolidBrush(rgb); in FillRectWithBlend() local 1088 ::FillRect(m_hDC, (RECT*)pRect, hBrush); in FillRectWithBlend() 1089 DeleteObject(hBrush); in FillRectWithBlend()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1514 GrayStringA(hDC ptr[inout, intptr], hBrush ptr[inout, intptr], lpOutputFunc ptr[inout, intptr], lpD…
|