Searched refs:rowsToSkip (Results 1 – 1 of 1) sorted by relevance
180 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip) { in skip_src_rows() argument181 for (int i = 0; i < rowsToSkip; i++) { in skip_src_rows()