Home | History | Annotate | Download | only in ic

Lines Matching refs:fontheight

471 	rasops_reconfig(ri, ri->ri_height / ri->ri_font->fontheight,
519 KASSERT(f->fontheight <= IGS_CURSOR_MAX_SIZE);
536 dc->dc_cursor.cc_size.y = f->fontheight;
544 for (i = 0; i < f->fontheight; ++i)
1167 + ri->ri_crow * ri->ri_font->fontheight;
1278 height = num * ri->ri_font->fontheight;
1282 + src * ri->ri_font->fontheight);
1285 + dst * ri->ri_font->fontheight);
1301 height = ri->ri_font->fontheight;
1305 + row * ri->ri_font->fontheight);
1330 height = num * ri->ri_font->fontheight;
1334 + row * ri->ri_font->fontheight);
1355 height = ri->ri_font->fontheight;
1359 + row * ri->ri_font->fontheight);