Searched refs:srcDataRow (Results 1 – 1 of 1) sorted by relevance
698 const uchar* srcDataRow = srcBits + fromY * srcBPR; in DownScaleBilinear() local709 srcData = srcDataRow + fromX * kBPP; in DownScaleBilinear()777 uchar* srcDataRow; in Dither() local817 srcDataRow = srcBits + fromRow * srcBPR; in Dither()819 for (y = fromRow; IsRunning() && y <= toRow; y++, srcDataRow += srcBPR, in Dither()823 srcData = srcDataRow; in Dither()870 srcDataRow += srcBPR; destDataRow += destBPR; in Dither()874 srcData = srcDataRow + destW * kBPP; in Dither()