Lines Matching refs:fontheight
137 .fontheight = 16,
403 ((ch - font->firstchar) * font->fontheight * font->stride);
405 y = row * font->fontheight;
410 rex_write(dc, REX_PAGE0_SET, REX_P0REG_YENDI, y + font->fontheight - 1);
424 for (i = 0; i < font->fontheight; i++) {
441 from_y = row * font->fontheight;
445 height = font->fontheight;
459 from_y = row * font->fontheight;
461 to_y = from_y + font->fontheight - 1;
475 from_y = srcrow * font->fontheight;
477 to_y = dstrow * font->fontheight;
479 height = nrows * font->fontheight;
493 from_y = row * font->fontheight;
495 to_y = from_y + (nrows * font->fontheight) - 1;