Lines Matching refs:GetBestMatchingColor
817 const BitmapColor aFillColor( pWriteAcc->GetBestMatchingColor( rFillColor ) ); in Rotate()
1157 aColor = pWriteAcc->GetBestMatchingColor( *pInitColor ); in Expand()
1203 const BitmapColor aBlack( pWriteAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in CreateMask()
1204 const BitmapColor aWhite( pWriteAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in CreateMask()
1208 const BitmapColor aTest( pReadAcc->GetBestMatchingColor( rTransColor ) ); in CreateMask()
1395 const BitmapColor aMatch( pReadAcc->GetBestMatchingColor( rColor ) ); in CreateRegion()
1496 const BitmapColor aMaskWhite( pMaskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in Replace()
1505 aReplace = pAcc->GetBestMatchingColor( rReplaceColor ); in Replace()
1644 const BitmapColor aReplace( pAcc->GetBestMatchingColor( rReplaceColor ) ); in Replace()
1738 pReplaces[ i ] = pAcc->GetBestMatchingColor( pReplaceColors[ i ] ); in Replace()
1844 const BitmapColor aWhite( pAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in CombineSimple()
1845 const BitmapColor aBlack( pAcc->GetBestMatchingColor( aColBlack ) ); in CombineSimple()
1846 const BitmapColor aMaskBlack( pMaskAcc->GetBestMatchingColor( aColBlack ) ); in CombineSimple()