Home | History | Annotate | Download | only in gio

Lines Matching defs:from_x

213 rex_copy_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x,
218 dx = from_x - to_x;
244 rex_fill_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x,
252 rex_write(dc, REX_PAGE0_SET, REX_P0REG_XSTARTI, from_x);
438 int from_x, from_y, to_x, to_y, width, height;
440 from_x = srccol * 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;
458 from_x = startcol * font->fontwidth;
460 to_x = from_x + (ncols * font->fontwidth) - 1;
463 rex_fill_rect(c, from_x, from_y, to_x, to_y, attr);
472 int from_x, from_y, to_x, to_y, width, height;
474 from_x = 0;
481 rex_copy_rect(c, from_x, from_y, to_x, to_y, width, height);
490 int from_x, from_y, to_x, to_y;
492 from_x = 0;
497 rex_fill_rect(c, from_x, from_y, to_x, to_y, attr);