Searched refs:cRed (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/svtools/inc/svtools/ |
H A D | fltdefs.hxx | 44 RGBQUAD( const sal_uInt8 cRed = 0, const sal_uInt8 cGreen = 0, const sal_uInt8 cBlue = 0 ) : in RGBQUAD() 47 rgbRed ( cRed ), in RGBQUAD() 91 RGBQUAD( const sal_uInt8 cRed = 0, const sal_uInt8 cGreen = 0, const sal_uInt8 cBlue = 0 ) : in RGBQUAD() 94 rgbRed ( cRed ), in RGBQUAD()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | salbtype.hxx | 124 inline BitmapColor( sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt8 cBlue ); 138 inline void SetRed( sal_uInt8 cRed ); 299 inline BitmapColor::BitmapColor( sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt8 cBlue ) : in BitmapColor() argument 302 mcRed ( cRed ), in BitmapColor() 382 inline void BitmapColor::SetRed( sal_uInt8 cRed ) in SetRed() argument 385 mcRed = cRed; in SetRed()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svimbase.hxx | 57 sal_uInt8 cRed; member 64 return ( ( rCol1.cRed == rCol2.cRed ) && in operator ==()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 478 const BYTE cRed = SALCOLOR_RED( nTransparentColor ); in drawBitmap() local 485 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap() 499 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap() 655 const BYTE cRed = SALCOLOR_RED( nMaskColor ); in drawMask() local 659 HBRUSH hMaskBrush = CreateSolidBrush( RGB( cRed, cGreen, cBlue ) ); in drawMask()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | octree.cxx | 317 const sal_uInt8 cRed = rColor.GetRed(); in InverseColorMap() local 321 rdist = cRed - x2; in InverseColorMap() 326 crinc = ( xsqr - ( cRed << nBits ) ) << 1L; in InverseColorMap()
|
/aoo4110/main/scripting/examples/java/Highlight/ |
H A D | HighlightText.java | 135 Color cRed = new Color(255, 0, 0); in actionPerformed() local 136 int red = cRed.getRGB(); in actionPerformed()
|
/aoo4110/main/scripting/examples/beanshell/Highlight/ |
H A D | ButtonPressHandler.bsh | 70 java.awt.Color cRed = new java.awt.Color(255, 0, 0); 71 int red = cRed.getRGB();
|
H A D | highlighter.bsh | 104 cRed = new Color(255, 0, 0); 105 red = cRed.getRGB();
|
Completed in 83 milliseconds