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

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp858 int yMaxH = yHeight - 1; local
881 if (scanline < yMaxH) {
883 } else if (scanline == yMaxH) {
912 memcpy(&outputY[yMaxH * rowBytesY], yLastRow, yWidth);

Completed in 78 milliseconds