Home
last modified time | relevance | path

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

/trunk/main/embedserv/source/embed/
H A Dtracker.cxx575 HBRUSH pOldBrush = NULL; in Draw() local
586 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 17 milliseconds