Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1011 HBRUSH hBrush = nullptr; in DrawPath() local
1019 hBrush = CreateBrush(fill_color); in DrawPath()
1020 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush); in DrawPath()
1053 if (hBrush) { in DrawPath()
1054 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush); in DrawPath()
1055 DeleteObject(hBrush); in DrawPath()
1075 HBRUSH hBrush = CreateSolidBrush(colorref); in FillRectWithBlend() local
1077 ::FillRect(m_hDC, pRect, hBrush); in FillRectWithBlend()
1078 DeleteObject(hBrush); in FillRectWithBlend()