Home
last modified time | relevance | path

Searched refs:pColRow2 (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dbitmap4.cxx124 … BitmapColor* pColRow2 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplConvolute3() local
127 BitmapColor* pRowTmp2 = pColRow2; in ImplConvolute3()
155 pColRow2[ i ] = pReadAcc->GetColor( pRows[ 1 ], pColm[ i ] ); in ImplConvolute3()
212 pRowTmp1 = pColRow2, pRowTmp2 = pColRow3, pRowTmp3 = pColRow1; in ImplConvolute3()
213 else if( pRowTmp1 == pColRow2 ) in ImplConvolute3()
214 pRowTmp1 = pColRow3, pRowTmp2 = pColRow1, pRowTmp3 = pColRow2; in ImplConvolute3()
216 pRowTmp1 = pColRow1, pRowTmp2 = pColRow2, pRowTmp3 = pColRow3; in ImplConvolute3()
225 delete[] (sal_uInt8*) pColRow2; in ImplConvolute3()
271 … BitmapColor* pColRow2 = (BitmapColor*) new sal_uInt8[ sizeof( BitmapColor ) * nWidth2 ]; in ImplMedianFilter() local
274 BitmapColor* pRowTmp2 = pColRow2; in ImplMedianFilter()
[all …]