Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dbitmap4.cxx126 BitmapColor* pRowTmp1 = pColRow1; in ImplConvolute3() local
165 nSumR = ( pTmp = pKoeff[ 0 ] )[ ( pColor = pRowTmp1 + nX )->GetRed() ]; in ImplConvolute3()
211 if( pRowTmp1 == pColRow1 ) 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()
273 BitmapColor* pRowTmp1 = pColRow1; in ImplMedianFilter() local
310 … nR1 = ( pColor = pRowTmp1 + nX )->GetRed(), nG1 = pColor->GetGreen(), nB1 = pColor->GetBlue(); in ImplMedianFilter()
343 if( pRowTmp1 == pColRow1 ) in ImplMedianFilter()
[all …]