Lines Matching defs:y1
257 grtwo_fill_rectangle(struct grtwo_devconfig * dc, int x1, int y1, int x2,
276 to_y = uimin(dc->yres - 1 - y1, dc->yres - 1 - y2);
277 from_y = uimax(dc->yres - 1 - y1, dc->yres - 1 - y2);
308 grtwo_copy_rectangle(struct grtwo_devconfig * dc, int x1, int y1, int x2,
317 if ((y2 <= y1) || (height < lines)) {
322 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DATA, y1);
328 from_y = y1 + height - lines;
652 0, /* y1 */
668 0, /* y1 */
682 srcrow * font->fontheight, /* y1 */
696 startrow * font->fontheight, /* y1 */