HomeSort by: relevance | last modified time | path
    Searched defs:from_y (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/gio/
grtwo.c 261 int from_y; local in function:grtwo_fill_rectangle
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; local in function:grtwo_copy_rectangle
328 from_y = y1 + height - lines
    [all...]
light.c 213 rex_copy_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x,
219 dy = from_y - to_y;
222 if (to_y > from_y) {
244 rex_fill_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x,
250 rex_write(dc, REX_PAGE0_SET, REX_P0REG_YSTARTI, from_y);
438 int from_x, from_y, to_x, to_y, width, height; local in function:light_copycols
441 from_y = row * font->fontheight;
443 to_y = from_y;
447 rex_copy_rect(c, from_x, from_y, to_x, to_y, width, height);
456 int from_x, from_y, to_x, to_y local in function:light_erasecols
472 int from_x, from_y, to_x, to_y, width, height; local in function:light_copyrows
490 int from_x, from_y, to_x, to_y; local in function:light_eraserows
    [all...]

Completed in 12 milliseconds