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

  /src/sys/arch/sgimips/gio/
light.c 213 rex_copy_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x,
218 dx = from_x - to_x;
232 rex_write(dc, REX_PAGE0_SET, REX_P0REG_XSTARTI, to_x);
233 rex_write(dc, REX_PAGE0_SET, REX_P0REG_XENDI, to_x + width);
244 rex_fill_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x,
253 rex_write(dc, REX_PAGE0_SET, REX_P0REG_XENDI, to_x);
438 int from_x, from_y, to_x, to_y, width, height; local in function:light_copycols
442 to_x = dstcol * font->fontwidth;
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...]
light.c 213 rex_copy_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x,
218 dx = from_x - to_x;
232 rex_write(dc, REX_PAGE0_SET, REX_P0REG_XSTARTI, to_x);
233 rex_write(dc, REX_PAGE0_SET, REX_P0REG_XENDI, to_x + width);
244 rex_fill_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x,
253 rex_write(dc, REX_PAGE0_SET, REX_P0REG_XENDI, to_x);
438 int from_x, from_y, to_x, to_y, width, height; local in function:light_copycols
442 to_x = dstcol * font->fontwidth;
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 21 milliseconds