Searched refs:x2 (Results 1 – 2 of 2) sorted by relevance
189 void gr_fill(int x1, int y1, int x2, int y2) in gr_fill() argument194 x2 += overscan_offset_x; in gr_fill()197 if (outside(x1, y1) || outside(x2-1, y2-1)) return; in gr_fill()204 for (x = x1; x < x2; ++x) { in gr_fill()216 for (x = x1; x < x2; ++x) { in gr_fill()
49 void gr_fill(int x1, int y1, int x2, int y2);