Searched refs:yMaxH (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp807 int yMaxH = yHeight - 1; local
830 if (scanline < yMaxH) {
832 } else if (scanline == yMaxH) {
862 memcpy(&outputY[yMaxH * rowBytesY], yLastRow, yWidth);

Completed in 269 milliseconds