Searched refs:x2 (Results 1 – 2 of 2) sorted by relevance
188 void gr_fill(int x1, int y1, int x2, int y2) in gr_fill() argument193 x2 += overscan_offset_x; in gr_fill()196 if (outside(x1, y1) || outside(x2-1, y2-1)) return; in gr_fill()203 for (x = x1; x < x2; ++x) { in gr_fill()215 for (x = x1; x < x2; ++x) { in gr_fill()
53 void gr_fill(int x1, int y1, int x2, int y2);