Lines Matching defs:lines_to_change
59 static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change)
79 lines_to_change++;
80 while (lines_to_change) {
86 lines_to_change--;
145 int lines_to_change, int bpp)
155 while (lines_to_change--) {
203 static void qtrle_decode_8bpp(QtrleContext *s, int row_ptr, int lines_to_change)
212 while (lines_to_change--) {
254 static void qtrle_decode_16bpp(QtrleContext *s, int row_ptr, int lines_to_change)
263 while (lines_to_change--) {
300 static void qtrle_decode_24bpp(QtrleContext *s, int row_ptr, int lines_to_change)
310 while (lines_to_change--) {
356 static void qtrle_decode_32bpp(QtrleContext *s, int row_ptr, int lines_to_change)
365 while (lines_to_change--) {