Searched refs:hBrush (Results 1 – 1 of 1) sorted by relevance
1011 HBRUSH hBrush = nullptr; in DrawPath() local1019 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() local1077 ::FillRect(m_hDC, pRect, hBrush); in FillRectWithBlend()1078 DeleteObject(hBrush); in FillRectWithBlend()