Searched refs:pOldBrush (Results 1 – 1 of 1) sorted by relevance
575 HBRUSH pOldBrush = NULL; in Draw() local586 pOldBrush = (HBRUSH)SelectObject(hDC,(HGDIOBJ)NULL_BRUSH); in Draw()604 if (pOldBrush == NULL) in Draw()605 pOldBrush = (HBRUSH)pTemp; in Draw()616 if (pOldBrush == NULL) in Draw()617 pOldBrush = (HBRUSH)pTemp; in Draw()652 if (pOldBrush != NULL) in Draw()653 SelectObject(hDC,pOldBrush); in Draw()
Completed in 7 milliseconds