Home
last modified time | relevance | path

Searched refs:cRed (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svtools/inc/svtools/
H A Dfltdefs.hxx44 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()
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx124 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()
/trunk/main/svx/inc/svx/
H A Dsvimbase.hxx57 sal_uInt8 cRed; member
64 return ( ( rCol1.cRed == rCol2.cRed ) && in operator ==()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx478 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()
/trunk/main/vcl/source/gdi/
H A Doctree.cxx317 const sal_uInt8 cRed = rColor.GetRed(); in InverseColorMap() local
321 rdist = cRed - x2; in InverseColorMap()
326 crinc = ( xsqr - ( cRed << nBits ) ) << 1L; in InverseColorMap()
/trunk/main/scripting/examples/java/Highlight/
H A DHighlightText.java135 Color cRed = new Color(255, 0, 0); in actionPerformed() local
136 int red = cRed.getRGB(); in actionPerformed()
/trunk/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh104 cRed = new Color(255, 0, 0);
105 red = cRed.getRGB();
H A DButtonPressHandler.bsh70 java.awt.Color cRed = new java.awt.Color(255, 0, 0);
71 int red = cRed.getRGB();

Completed in 40 milliseconds