Lines Matching defs:to_y
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;
443 to_y = from_y;
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;
461 to_y = from_y + font->fontheight - 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;
477 to_y = dstrow * font->fontheight;
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;
495 to_y = from_y + (nrows * font->fontheight) - 1;
497 rex_fill_rect(c, from_x, from_y, to_x, to_y, attr);