Searched refs:skip_src_rows (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 129 static void skip_src_rows(png_structp png_ptr, uint8_t storage[], int count) { in skip_src_rows() function 407 skip_src_rows(png_ptr, srcRow, sampler.srcY0()); in onDecode() 414 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1); in onDecode() 422 skip_src_rows(png_ptr, srcRow, origHeight - read); in onDecode() 772 skip_src_rows(png_ptr, srcRow, sampler.srcY0()); in onDecodeRegion() 783 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1); in onDecodeRegion()
|
D | SkImageDecoder_libjpeg.cpp | 160 static bool skip_src_rows(jpeg_decompress_struct* cinfo, void* buffer, in skip_src_rows() function 427 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) { in onDecode() 448 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) { in onDecode() 454 if (!skip_src_rows(&cinfo, srcRow, in onDecode()
|