Home
last modified time | relevance | path

Searched refs:COLORDATA_RED (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dcolor.hxx54 #define COLORDATA_RED( n ) ((sal_uInt8)((n)>>16)) macro
138 sal_uInt8 GetRed() const { return COLORDATA_RED( mnColor ); } in GetRed()
229 COLORDATA_RED( mnColor ) * 77UL ) >> 8UL ) ); in GetLuminance()
234 …SetRed( COLOR_CHANNEL_MERGE( COLORDATA_RED( mnColor ), COLORDATA_RED( rMergeColor.mnColor ), cTran… in Merge()
/trunk/main/tools/source/generic/
H A Dcolor.cxx89 SetRed( (sal_uInt8) VOS_BOUND( (long) COLORDATA_RED( mnColor ) + cLumInc, 0L, 255L ) ); in IncreaseLuminance()
98 SetRed( (sal_uInt8) VOS_BOUND( (long) COLORDATA_RED( mnColor ) - cLumDec, 0L, 255L ) ); in DecreaseLuminance()
112 SetRed( (sal_uInt8) VOS_BOUND( _FRound( COLORDATA_RED( mnColor ) * fM + fOff ), 0L, 255L ) ); in IncreaseContrast()
127 SetRed( (sal_uInt8) VOS_BOUND( _FRound( COLORDATA_RED( mnColor ) * fM + fOff ), 0L, 255L ) ); in DecreaseContrast()
137 SetRed( ~COLORDATA_RED( mnColor ) ); in Invert()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx310 *pData++ = COLORDATA_RED( nColor ); in WritePixel()
334 *pData++ = COLORDATA_RED( nColor ); in WritePixel()
361 *pData++ = ((COLORDATA_RED( nColor ) & 0xf8 ) << 7 ) || in WritePixel()
387 …const BitmapColor aColor( COLORDATA_RED( nColor ), COLORDATA_GREEN( nColor ), COLORDATA_BLUE( nCol… in WritePixel()
425 …const BitmapColor aColor( COLORDATA_RED( nColor ), COLORDATA_GREEN( nColor ), COLORDATA_BLUE( nCol… in WritePixel()
461 …const BitmapColor aColor( COLORDATA_RED( nColor ), COLORDATA_GREEN( nColor ), COLORDATA_BLUE( nCol… in WritePixel()
/trunk/main/svtools/source/config/
H A Dcolorcfg.cxx549 const sal_uInt8 nRed = COLORDATA_RED( aRet.nColor); in GetColorValue()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx730 COLORDATA_RED( nBGRValue ) ) ); in RegisterColor()

Completed in 34 milliseconds