Lines Matching refs:BitmapColor

132 …                 aPal[ nActCol++ ] = BitmapColor( (sal_uInt8) nR, (sal_uInt8) nG, (sal_uInt8) nB );  in Bitmap()
135 aPal[ nActCol++ ] = BitmapColor( 0, 184, 255 ); in Bitmap()
174 aGreyPalette2[ 0 ] = BitmapColor( 0, 0, 0 ); in GetGreyPalette()
175 aGreyPalette2[ 1 ] = BitmapColor( 255, 255, 255 ); in GetGreyPalette()
185 aGreyPalette4[ 0 ] = BitmapColor( 0, 0, 0 ); in GetGreyPalette()
186 aGreyPalette4[ 1 ] = BitmapColor( 85, 85, 85 ); in GetGreyPalette()
187 aGreyPalette4[ 2 ] = BitmapColor( 170, 170, 170 ); in GetGreyPalette()
188 aGreyPalette4[ 3 ] = BitmapColor( 255, 255, 255 ); in GetGreyPalette()
202 aGreyPalette16[ i ] = BitmapColor( cGrey, cGrey, cGrey ); in GetGreyPalette()
214 … aGreyPalette256[ i ] = BitmapColor( (sal_uInt8) i, (sal_uInt8) i, (sal_uInt8) i ); in GetGreyPalette()
335 const BitmapColor& rCol0( pRAcc->GetPaletteColor( 0 ) ); in HasGreyPalette()
336 const BitmapColor& rCol1( pRAcc->GetPaletteColor( 1 ) ); in HasGreyPalette()
405 pRAcc->GetPaletteEntryCount() * sizeof( BitmapColor ) ); in GetChecksum()
670 const BitmapColor aTemp( pAcc->GetPixel( nY, nX ) ); in Mirror()
720 const BitmapColor aTemp( pAcc->GetPixel( nY, nX ) ); in Mirror()
732 const BitmapColor aTemp( pAcc->GetPixel( nHeight_2, nX ) ); in Mirror()
817 const BitmapColor aFillColor( pWriteAcc->GetBestMatchingColor( rFillColor ) ); in Rotate()
988 const BitmapColor& rSrcCol = pSrcAcc->GetPaletteColor( (sal_uInt16) i ); in CopyPixel()
1148 BitmapColor aColor; 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()
1304 BitmapColor aCol; in CreateMask()
1395 const BitmapColor aMatch( pReadAcc->GetBestMatchingColor( rColor ) ); in CreateRegion()
1496 const BitmapColor aMaskWhite( pMaskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in Replace()
1497 BitmapColor aReplace; in Replace()
1509 if( pAcc->GetPaletteColor( aReplace.GetIndex() ) != BitmapColor( rReplaceColor ) ) in Replace()
1516 aReplace = BitmapColor( (sal_uInt8) nActColors ); in Replace()
1535 aReplace = BitmapColor( (sal_uInt8) i ); in Replace()
1572 BitmapColor aCol; in Replace()
1631 const BitmapColor& rCol = pAcc->GetPaletteColor( i ); in Replace()
1643 BitmapColor aCol; in Replace()
1644 const BitmapColor aReplace( pAcc->GetBestMatchingColor( rReplaceColor ) ); in Replace()
1718 const BitmapColor& rCol = pAcc->GetPaletteColor( nEntry ); in Replace()
1734 BitmapColor aCol; in Replace()
1735 BitmapColor* pReplaces = new BitmapColor[ nColorCount ]; in Replace()
1842 BitmapColor aPixel; in CombineSimple()
1843 BitmapColor aMaskPixel; in CombineSimple()
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()