Searched refs:rowsDecoded (Results 1 – 1 of 1) sorted by relevance
355 uint32_t rowsDecoded = jpeg_read_scanlines(dinfo, srcRows, rowsPerDecode); in onGetPixels() local359 convert_CMYK_to_RGB(srcRows[0], dstInfo.width() * rowsDecoded); in onGetPixels()363 for (uint32_t i = 0; i < rowsDecoded; i++) { in onGetPixels()368 if (rowsDecoded < rowsPerDecode && y + rowsDecoded < dstHeight) { in onGetPixels()375 dstHeight - y - rowsDecoded, SK_ColorBLACK, NULL); in onGetPixels()412 uint32_t rowsDecoded = jpeg_read_scanlines(fCodec->fDecoderMgr->dinfo(), &fSrcRow, 1); in onGetScanlines() local413 if (rowsDecoded != 1) { in onGetScanlines()