Lines Matching defs:rows
202 int cols, rows;
238 rows = c->vc_scan_lines / c->vc_font.height;
258 c->vc_rows = rows;
260 vc_resize(c, cols, rows);
979 * quite badly. As regards the rows, our panning tricks only
980 * work well if the number of rows equals the visible number
981 * of rows.
1136 int rows = 0, maxscan = 0;
1140 /* Number of video rows */
1141 rows = c->vc_scan_lines / fh;
1143 maxscan = rows * fh - 1;
1145 /*printk(KERN_DEBUG "sisusb recalc rows %d maxscan %d fh %d sl %d\n",
1146 rows, maxscan, fh, c->vc_scan_lines);*/
1172 int rows = c->vc_scan_lines / fh;
1184 vc_resize(vc, 0, rows);