Home
last modified time | relevance | path

Searched refs:rowsToSkip (Results 1 – 1 of 1) 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() argument
181 for (int i = 0; i < rowsToSkip; i++) { in skip_src_rows()