Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sgimips/gio/ | |
grtwo.c | 262 int to_y; local in function:grtwo_fill_rectangle 276 to_y = uimin(dc->yres - 1 - y1, dc->yres - 1 - y2); 279 remaining = to_y - from_y; 314 int to_y; local in function:grtwo_copy_rectangle 329 to_y = y2 + height - lines; 341 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DATA, to_y); 345 to_y -= temp_height; |
light.c | 214 int to_y, int width, int height) 219 dy = from_y - to_y; 222 if (to_y > from_y) { 223 ystarti = to_y + height - 1; 224 yendi = to_y; 226 ystarti = to_y; 227 yendi = to_y + height - 1; 245 int to_y, long attr) 251 rex_write(dc, REX_PAGE0_SET, REX_P0REG_YENDI, to_y); 438 int from_x, from_y, to_x, to_y, width, height local in function:light_copycols 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...] |