Searched refs:nOldTextColor (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 386 COLORREF nOldTextColor = RGB(0,0,0); in ImplDrawBitmap() local 392 nOldTextColor = ::SetTextColor( hDC, RGB( 0x00, 0x00, 0x00 ) ); in ImplDrawBitmap() 423 ::SetTextColor( hDC, nOldTextColor ); in ImplDrawBitmap() 761 COLORREF nOldTextColor = ::SetTextColor( getHDC(), 0 ); in invert() local 764 ::SetTextColor( getHDC(), nOldTextColor ); in invert() 786 COLORREF nOldTextColor RGB(0,0,0); in invert() 810 nOldTextColor = ::SetTextColor( getHDC(), 0 ); in invert() 841 ::SetTextColor( getHDC(), nOldTextColor ); in invert()
|
Completed in 12 milliseconds