Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A DBitmapColor.hxx26 class VCL_DLLPUBLIC BitmapColor final : public Color class
41 inline BitmapColor::BitmapColor() in BitmapColor() function in BitmapColor
45 inline BitmapColor::BitmapColor( const Color& rColor ) in BitmapColor() function in BitmapColor
50 constexpr BitmapColor::BitmapColor(sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt8 cBlue) in BitmapColor() function in BitmapColor
55 constexpr BitmapColor::BitmapColor(ColorTransparencyTag, sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt… in BitmapColor() function in BitmapColor
60 constexpr BitmapColor::BitmapColor(ColorAlphaTag, sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt8 cBlue… in BitmapColor() function in BitmapColor
65 inline BitmapColor::BitmapColor( sal_uInt8 cIndex ) in BitmapColor() function in BitmapColor
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A DBitmapColor.hxx26 class VCL_DLLPUBLIC BitmapColor final : public Color class
42 inline BitmapColor::BitmapColor() in BitmapColor() function in BitmapColor
46 inline BitmapColor::BitmapColor( const Color& rColor ) in BitmapColor() function in BitmapColor
51 constexpr BitmapColor::BitmapColor(sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt8 cBlue, sal_uInt8 cAl… in BitmapColor() function in BitmapColor
56 inline BitmapColor::BitmapColor( sal_uInt8 cIndex ) in BitmapColor() function in BitmapColor
/dports/graphics/colmap/colmap-3.6/src/util/
H A Dbitmap.h55 struct BitmapColor { struct
70 T r;
71 T g;
72 T b;
226 BitmapColor<T>::BitmapColor() : r(0), g(0), b(0) {} in BitmapColor() function
229 BitmapColor<T>::BitmapColor(const T gray) : r(gray), g(gray), b(gray) {} in BitmapColor() function
232 BitmapColor<T>::BitmapColor(const T r, const T g, const T b) in BitmapColor() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/win/
H A Dsalbmp.h31 class BitmapColor; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/win/
H A Dsalbmp.h31 class BitmapColor; variable