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