Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx590 sal_uInt8 cCmpVal; in ImplDrawBitmap() local
593 cCmpVal = ( mnDrawMode & DRAWMODE_GHOSTEDBITMAP ) ? 0x80 : 0; in ImplDrawBitmap()
595 cCmpVal = 255; in ImplDrawBitmap()
597 Color aCol( cCmpVal, cCmpVal, cCmpVal ); in ImplDrawBitmap()
1062 sal_uInt8 cCmpVal; in ImplDrawBitmapEx() local
1065 cCmpVal = ( mnDrawMode & DRAWMODE_GHOSTEDBITMAP ) ? 0x80 : 0; in ImplDrawBitmapEx()
1067 cCmpVal = 255; in ImplDrawBitmapEx()
1069 aColorBmp.Erase( Color( cCmpVal, cCmpVal, cCmpVal ) ); in ImplDrawBitmapEx()

Completed in 15 milliseconds