Lines Matching defs:rows
245 int rows, i;263 rows = width >> 4;264 if (rows) {266 u32 off = next_line - rows * BPL * 2;268 d = fill16_col(d, rows, cval);271 dest += rows * BPL / 2;293 int rows;307 for (rows = width / 16; rows; rows--) {