Home
last modified time | relevance | path

Searched refs:skip_src_rows (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libgif.cpp180 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip) { in skip_src_rows() function
439 skip_src_rows(gif, scanline, innerWidth, sampler.srcY0());
452 skip_src_rows(gif, scanline, innerWidth, sampler.srcDY() - 1);
458 skip_src_rows(gif, scanline, innerWidth, innerHeight - read);
DSkImageDecoder_libpng.cpp162 static void skip_src_rows(png_structp png_ptr, uint8_t storage[], int count) { in skip_src_rows() function
453 skip_src_rows(png_ptr, srcRow, sampler.srcY0()); in onDecode()
460 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1); in onDecode()
468 skip_src_rows(png_ptr, srcRow, origHeight - read); in onDecode()
939 skip_src_rows(png_ptr, srcRow, sampler.srcY0()); in onDecodeSubset()
949 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1); in onDecodeSubset()
DSkImageDecoder_libjpeg.cpp306 static bool skip_src_rows(jpeg_decompress_struct* cinfo, void* buffer, int count) { in skip_src_rows() function
709 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) { in onDecode()
739 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) { in onDecode()
745 if (!skip_src_rows(&cinfo, srcRow, in onDecode()