Home
last modified time | relevance | path

Searched defs:BitmapColor (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/vcl/inc/aqua/
H A Dsalbmp.h49 class BitmapColor; variable
/AOO41X/main/vcl/inc/os2/
H A Dsalbmp.h35 class BitmapColor; variable
/AOO41X/main/vcl/inc/win/
H A Dsalbmp.h37 class BitmapColor; variable
/AOO41X/main/vcl/inc/vcl/
H A Dsalbtype.hxx106 class VCL_DLLPUBLIC BitmapColor class
289 inline BitmapColor::BitmapColor() : in BitmapColor() function in BitmapColor
299 inline BitmapColor::BitmapColor( sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt8 cBlue ) : in BitmapColor() function in BitmapColor
309 inline BitmapColor::BitmapColor( const BitmapColor& rBitmapColor ) : in BitmapColor() function in BitmapColor
319 inline BitmapColor::BitmapColor( const Color& rColor ) : in BitmapColor() function in BitmapColor
329 inline BitmapColor::BitmapColor( sal_uInt8 cIndex ) : in BitmapColor() function in BitmapColor
/AOO41X/main/vcl/source/gdi/
H A Dbmpfast.cxx1031 bool ImplFastEraseBitmap( BitmapBuffer&, const BitmapColor& ) in ImplFastEraseBitmap()