Home
last modified time | relevance | path

Searched refs:GetColorError (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx165 inline sal_uLong GetColorError( const BitmapColor& rBitmapColor ) const;
521 inline sal_uLong BitmapColor::GetColorError( const BitmapColor& rBitmapColor ) const in GetColorError() function in BitmapColor
704 long nActErr, nLastErr = rCol.GetColorError( mpBitmapColor[ nRetIndex = mnCount - 1 ] ); in GetBestIndex()
707 if ( ( nActErr = rCol.GetColorError( mpBitmapColor[ i ] ) ) < nLastErr ) in GetBestIndex()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx658 if ( (aLightColor.GetColorError( aBackColor ) < 32) || in DrawHighlightFrame()
659 (aShadowColor.GetColorError( aBackColor ) < 32) ) in DrawHighlightFrame()
664 if ( aLightColor.GetColorError( aBackColor ) < 32 ) in DrawHighlightFrame()
666 if ( aShadowColor.GetColorError( aBackColor ) < 32 ) in DrawHighlightFrame()
/trunk/main/tools/inc/tools/
H A Dcolor.hxx150 sal_uInt8 GetColorError( const Color& rCompareColor ) const;
/trunk/main/tools/source/generic/
H A Dcolor.cxx76 sal_uInt8 Color::GetColorError( const Color& rCompareColor ) const in GetColorError() function in Color
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx224 if( aActualColor.GetColorError( aBgColor ) ) in ImplConvertTransparentAction()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx3760 sal_uInt8 nColorDiff = aFontColor.GetColorError( aBackgroundColor ); in Paint()

Completed in 61 milliseconds