Home
last modified time | relevance | path

Searched refs:pRowTmp1 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx126 BitmapColor* pRowTmp1 = pColRow1; in ImplConvolute3() local
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
343 if( pRowTmp1 == pColRow1 ) in ImplMedianFilter()
344 pRowTmp1 = pColRow2, pRowTmp2 = pColRow3, pRowTmp3 = pColRow1; in ImplMedianFilter()
345 else if( pRowTmp1 == pColRow2 ) in ImplMedianFilter()
[all …]

Completed in 14 milliseconds