Searched refs:destBPR (Results 1 – 2 of 2) sorted by relevance
354 intType srcBPR, destBPR; in ScaleBilinear() local371 destBPR = dest->BytesPerRow(); in ScaleBilinear()382 destDataRow = destBits + fromRow * destBPR; in ScaleBilinear()384 for (y = fromRow; IsRunning() && y <= toRow; y++, destDataRow += destBPR) { in ScaleBilinear()490 intType srcBPR, destBPR; in ScaleBilinearFP() local507 destBPR = dest->BytesPerRow(); in ScaleBilinearFP()524 destDataRow = destBits + fromRow * destBPR; in ScaleBilinearFP()526 for (y = fromRow; IsRunning() && y <= toRow; y++, destDataRow += destBPR) { in ScaleBilinearFP()649 intType srcBPR, destBPR; in DownScaleBilinear() local667 destBPR = dest->BytesPerRow(); in DownScaleBilinear()[all …]
1793 const int32 destBPR = icon.BytesPerRow(); in _SetIcon() local1800 uchar* d = dest + (y + deltaY) * destBPR + (x + deltaX); in _SetIcon()