Searched refs:skip_src_rows (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/images/ |
H A D | SkImageDecoder_libjpeg.cpp | 132 static bool skip_src_rows(jpeg_decompress_struct* cinfo, void* buffer, function 354 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) { 375 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) { 381 if (!skip_src_rows(&cinfo, srcRow,
|
H A D | SkImageDecoder_libpng.cpp | 83 static void skip_src_rows(png_structp png_ptr, uint8_t storage[], int count) { function 469 skip_src_rows(png_ptr, srcRow, sampler.srcY0()); 476 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1); 484 skip_src_rows(png_ptr, srcRow, origHeight - read);
|
Completed in 829 milliseconds