Searched refs:hBlueBrush (Results 1 – 1 of 1) sorted by relevance
216 HBRUSH hBlueBrush = CreateSolidBrush(RGB(0, 0, 255)); in PaintStaticControls() local265 SelectObject(pDrawItem->hDC, hBlueBrush); in PaintStaticControls()275 hbrOld = (HBRUSH)SelectObject(pDrawItem->hDC, hBlueBrush); in PaintStaticControls()292 DeleteObject(hBlueBrush); in PaintStaticControls()