Lines Matching refs:sal_uInt8

123 			BitmapColor*	pColRow1 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ];  in ImplConvolute3()
124 BitmapColor* pColRow2 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplConvolute3()
125 BitmapColor* pColRow3 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplConvolute3()
204 pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) MinMax( nSumR / nDivisor, 0, 255 ), in ImplConvolute3()
205 (sal_uInt8) MinMax( nSumG / nDivisor, 0, 255 ), in ImplConvolute3()
206 (sal_uInt8) MinMax( nSumB / nDivisor, 0, 255 ) ) ); in ImplConvolute3()
224 delete[] (sal_uInt8*) pColRow1; in ImplConvolute3()
225 delete[] (sal_uInt8*) pColRow2; in ImplConvolute3()
226 delete[] (sal_uInt8*) pColRow3; in ImplConvolute3()
270 BitmapColor* pColRow1 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplMedianFilter()
271 BitmapColor* pColRow2 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplMedianFilter()
272 BitmapColor* pColRow3 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplMedianFilter()
338 … pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) nR2, (sal_uInt8) nG2, (sal_uInt8) nB2 ) ); in ImplMedianFilter()
355 delete[] (sal_uInt8*) pColRow1; in ImplMedianFilter()
356 delete[] (sal_uInt8*) pColRow2; in ImplMedianFilter()
357 delete[] (sal_uInt8*) pColRow3; in ImplMedianFilter()
402 BitmapColor aGrey( (sal_uInt8) 0 ); in ImplSobelGrey()
473 aGrey.SetIndex( ~(sal_uInt8) VOS_BOUND( nSum1, 0, 255 ) ); in ImplSobelGrey()
530 BitmapColor aGrey( (sal_uInt8) 0 ); in ImplEmbossGrey()
548 const sal_uInt8 cLz = (sal_uInt8) VOS_BOUND( nLz, 0, 255 ); in ImplEmbossGrey()
585 aGrey.SetIndex( (sal_uInt8) VOS_BOUND( fGrey, 0, 255 ) ); in ImplEmbossGrey()
634 const sal_uInt8 cThreshold = ( pFilterParam && pFilterParam->meFilter == BMP_FILTER_SOLARIZE ) ? in ImplSolarize()
694 const sal_uInt8 cSepiaValue = (sal_uInt8) ( ( nSepia * i ) / 10000 ); in ImplSepia()
696 rCol.SetRed( (sal_uInt8) i ); in ImplSepia()
706 BitmapColor aCol( (sal_uInt8) 0 ); in ImplSepia()
715 sal_uInt8* pIndexMap = new sal_uInt8[ nPalCount ]; in ImplSepia()
833 aCol.SetRed( (sal_uInt8) ( nSumR * fArea_1 ) ); in ImplMosaic()
834 aCol.SetGreen( (sal_uInt8) ( nSumG * fArea_1 ) ); in ImplMosaic()
835 aCol.SetBlue( (sal_uInt8) ( nSumB * fArea_1 ) ); in ImplMosaic()
866 aCol.SetRed( (sal_uInt8) ( nSumR * fArea_1 ) ); in ImplMosaic()
867 aCol.SetGreen( (sal_uInt8) ( nSumG * fArea_1 ) ); in ImplMosaic()
868 aCol.SetBlue( (sal_uInt8) ( nSumB * fArea_1 ) ); in ImplMosaic()