Searched refs:from_y (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sgimips/gio/ |
H A D | light.c | 213 rex_copy_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x, in rex_copy_rect() argument 219 dy = from_y - to_y; in rex_copy_rect() 222 if (to_y > from_y) { in rex_copy_rect() 244 rex_fill_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x, in rex_fill_rect() argument 250 rex_write(dc, REX_PAGE0_SET, REX_P0REG_YSTARTI, from_y); in rex_fill_rect() 438 int from_x, from_y, to_x, to_y, width, height; in light_copycols() local 441 from_y = row * font->fontheight; in light_copycols() 443 to_y = from_y; in light_copycols() 447 rex_copy_rect(c, from_x, from_y, to_x, to_y, width, height); in light_copycols() 456 int from_x, from_y, to_x, to_y; in light_erasecols() local [all …]
|
H A D | grtwo.c | 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() [all …]
|