Lines Matching refs:BitmapColor

123BitmapColor*    pColRow1 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ];  in ImplConvolute3()
124BitmapColor* pColRow2 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplConvolute3()
125BitmapColor* pColRow3 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplConvolute3()
126 BitmapColor* pRowTmp1 = pColRow1; in ImplConvolute3()
127 BitmapColor* pRowTmp2 = pColRow2; in ImplConvolute3()
128 BitmapColor* pRowTmp3 = pColRow3; in ImplConvolute3()
129 BitmapColor* pColor; in ImplConvolute3()
204 … pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) MinMax( nSumR / nDivisor, 0, 255 ), in ImplConvolute3()
270BitmapColor* pColRow1 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplMedianFilter()
271BitmapColor* pColRow2 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplMedianFilter()
272BitmapColor* pColRow3 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplMedianFilter()
273 BitmapColor* pRowTmp1 = pColRow1; in ImplMedianFilter()
274 BitmapColor* pRowTmp2 = pColRow2; in ImplMedianFilter()
275 BitmapColor* pRowTmp3 = pColRow3; in ImplMedianFilter()
276 BitmapColor* pColor; in ImplMedianFilter()
338 … pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) nR2, (sal_uInt8) nG2, (sal_uInt8) nB2 ) ); in ImplMedianFilter()
402 BitmapColor aGrey( (sal_uInt8) 0 ); in ImplSobelGrey()
530 BitmapColor aGrey( (sal_uInt8) 0 ); in ImplEmbossGrey()
645 BitmapColor aCol( rPal[ i ] ); in ImplSolarize()
652 BitmapColor aCol; in ImplSolarize()
693 BitmapColor& rCol = aSepiaPal[ i ]; in ImplSepia()
706 BitmapColor aCol( (sal_uInt8) 0 ); in ImplSepia()
798 BitmapColor aCol; in ImplMosaic()
859 … const BitmapColor& rCol = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nX ) ); in ImplMosaic()
989 …const BitmapColor aFirstCol( pWriteAcc->GetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtT… in ImplPopArt()