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

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

Completed in 63 milliseconds