Home
last modified time | relevance | path

Searched refs:nOldTextColor (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx386 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 25 milliseconds