Lines Matching refs:from_y
261 int from_y; in grtwo_fill_rectangle() local
277 from_y = uimax(dc->yres - 1 - y1, dc->yres - 1 - y2); in grtwo_fill_rectangle()
279 remaining = to_y - from_y; in grtwo_fill_rectangle()
290 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DATA, from_y); in grtwo_fill_rectangle()
292 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DATA, from_y + remaining); in grtwo_fill_rectangle()
298 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DATA, from_y); in grtwo_fill_rectangle()
300 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DATA, from_y + remaining); in grtwo_fill_rectangle()
301 from_y += 32; in grtwo_fill_rectangle()
313 int from_y; in grtwo_copy_rectangle() local
328 from_y = y1 + height - lines; in grtwo_copy_rectangle()
337 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DATA, from_y); in grtwo_copy_rectangle()
344 from_y -= temp_height; in grtwo_copy_rectangle()