Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Dcolor.hxx56 #define COLORDATA_BLUE( n ) ((sal_uInt8)(n)) macro
142 sal_uInt8 GetBlue() const { return COLORDATA_BLUE( mnColor ); } in GetBlue()
227 return( (sal_uInt8) ( ( COLORDATA_BLUE( mnColor ) * 28UL + in GetLuminance()
236 …SetBlue( COLOR_CHANNEL_MERGE( COLORDATA_BLUE( mnColor ), COLORDATA_BLUE( rMergeColor.mnColor ), cT… in Merge()
/trunk/main/tools/source/generic/
H A Dcolor.cxx91 SetBlue( (sal_uInt8) VOS_BOUND( (long) COLORDATA_BLUE( mnColor ) + cLumInc, 0L, 255L ) ); in IncreaseLuminance()
100 SetBlue( (sal_uInt8) VOS_BOUND( (long) COLORDATA_BLUE( mnColor ) - cLumDec, 0L, 255L ) ); in DecreaseLuminance()
114 SetBlue( (sal_uInt8) VOS_BOUND( _FRound( COLORDATA_BLUE( mnColor ) * fM + fOff ), 0L, 255L ) ); in IncreaseContrast()
129 SetBlue( (sal_uInt8) VOS_BOUND( _FRound( COLORDATA_BLUE( mnColor ) * fM + fOff ), 0L, 255L ) ); in DecreaseContrast()
139 SetBlue( ~COLORDATA_BLUE( mnColor ) ); in Invert()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx312 *pData++ = COLORDATA_BLUE( nColor ); in WritePixel()
332 *pData++ = COLORDATA_BLUE( nColor ); in WritePixel()
363 ((COLORDATA_BLUE( nColor ) & 0xf8 ) >> 3 ); 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.cxx552 (nRed == COLORDATA_BLUE( aRet.nColor)) && in GetColorValue()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx728 COLORDATA_BLUE( nBGRValue ), in RegisterColor()

Completed in 52 milliseconds