Home | History | Annotate | Download | only in hpc

Lines Matching refs:ri_font

743 		    dc->dc_rinfo.ri_font);
956 xoff = col * ri->ri_font->fontwidth;
957 yoff = row * ri->ri_font->fontheight;
958 curheight = ri->ri_font->fontheight;
959 curwidth = ri->ri_font->fontwidth;
1046 font = ri->ri_font;
1047 yoff = row * ri->ri_font->fontheight;
1048 xoff = col * ri->ri_font->fontwidth;
1122 srcxoff = srccol * ri->ri_font->fontwidth;
1123 srcyoff = row * ri->ri_font->fontheight;
1124 dstxoff = dstcol * ri->ri_font->fontwidth;
1125 dstyoff = row * ri->ri_font->fontheight;
1126 width = ncols * ri->ri_font->fontwidth;
1127 height = ri->ri_font->fontheight;
1194 xoff = startcol * ri->ri_font->fontwidth;
1195 yoff = row * ri->ri_font->fontheight;
1196 width = ncols * ri->ri_font->fontwidth;
1197 height = ri->ri_font->fontheight;
1414 srcyoff = src * ri->ri_font->fontheight;
1415 dstyoff = dst * ri->ri_font->fontheight;
1416 width = dc->dc_cols * ri->ri_font->fontwidth;
1417 height = num * ri->ri_font->fontheight;
1520 yoff = row * ri->ri_font->fontheight;
1521 width = dc->dc_cols * ri->ri_font->fontwidth;
1522 height = nrow * ri->ri_font->fontheight;