Searched refs:oldTextColor (Results 1 – 1 of 1) sorted by relevance
319 COLORREF oldTextColor; in onPaint() local374 oldTextColor = SetTextColor( hdc, COLOR_INFOTEXT ); in onPaint()391 SetTextColor( hdc, oldTextColor ); in onPaint()398 oldTextColor = SetTextColor( hdc, RGB( 255, 255, 255 ) ); in onPaint()424 SetTextColor( hdc, oldTextColor ); in onPaint()
Completed in 21 milliseconds