Home | History | Annotate | Download | only in win32

Lines Matching refs:hBrush

660 static HBRUSH _CreateBrush(FX_DWORD argb)

796 HBRUSH hBrush = NULL;
804 hBrush = _CreateBrush(fill_color);
805 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush);
839 if (hBrush) {
840 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush);
841 DeleteObject(hBrush);
860 HBRUSH hBrush = CreateSolidBrush(rgb);
861 ::FillRect(m_hDC, (RECT*)pRect, hBrush);
862 DeleteObject(hBrush);