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

/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp612 int yScanlinesToRead = DCTSIZE * v; local
623 for (int i = 0; i < yScanlinesToRead; ++i) {
650 JDIMENSION scanlinesRead = jpeg_read_raw_data(&cinfo, bufferraw, yScanlinesToRead);

Completed in 70 milliseconds