Searched refs:from_x (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/sgimips/gio/ |
| 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 218 dx = from_x - to_x; 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 252 rex_write(dc, REX_PAGE0_SET, REX_P0REG_XSTARTI, from_x); in rex_fill_rect() 438 int from_x, from_y, to_x, to_y, width, height; in light_copycols() local 440 from_x = srccol * font->fontwidth; 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 458 from_x = startcol * font->fontwidth; in light_erasecols() 460 to_x = from_x + (ncols * font->fontwidth) - 1; in light_erasecols() [all …]
|