Searched refs:inkm (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c351 xCharInfo *bitm, *inkm; local in function:packGlyphs
496 inkm = &inkc->metrics;
505 height = inkm->ascent + inkm->descent;
511 if (max_ascent > inkm->ascent)
513 height -= (max_ascent - inkm->ascent);
514 dstp += dstbpr * (max_ascent - inkm->ascent);
516 if (max_descent > inkm->descent)
518 height -= (max_descent - inkm->descent);
522 dst_off = inkm
[all...]

Completed in 2 milliseconds