Lines Matching refs:pColRow3
125 BitmapColor* pColRow3 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplConvolute3() local
128 BitmapColor* pRowTmp3 = pColRow3; in ImplConvolute3()
156 pColRow3[ i ] = pReadAcc->GetColor( pRows[ 2 ], pColm[ i ] ); in ImplConvolute3()
212 pRowTmp1 = pColRow2, pRowTmp2 = pColRow3, pRowTmp3 = pColRow1; in ImplConvolute3()
214 pRowTmp1 = pColRow3, pRowTmp2 = pColRow1, pRowTmp3 = pColRow2; in ImplConvolute3()
216 pRowTmp1 = pColRow1, pRowTmp2 = pColRow2, pRowTmp3 = pColRow3; in ImplConvolute3()
226 delete[] (sal_uInt8*) pColRow3; in ImplConvolute3()
272 BitmapColor* pColRow3 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplMedianFilter() local
275 BitmapColor* pRowTmp3 = pColRow3; in ImplMedianFilter()
301 pColRow3[ i ] = pReadAcc->GetColor( pRows[ 2 ], pColm[ i ] ); in ImplMedianFilter()
344 pRowTmp1 = pColRow2, pRowTmp2 = pColRow3, pRowTmp3 = pColRow1; in ImplMedianFilter()
346 pRowTmp1 = pColRow3, pRowTmp2 = pColRow1, pRowTmp3 = pColRow2; in ImplMedianFilter()
348 pRowTmp1 = pColRow1, pRowTmp2 = pColRow2, pRowTmp3 = pColRow3; in ImplMedianFilter()
357 delete[] (sal_uInt8*) pColRow3; in ImplMedianFilter()