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

/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c329 int height = 0, dstbpr = 0, charsize = 0; local in function:packGlyphs
367 /* compute dstbpr for padded out fonts */
410 dstbpr = GLWIDTHBYTESPADDED(max_right - min_left, scanlinepad);
416 charsize = dstbpr * height;
440 dstbpr = GLYPH_SIZE(inkc, scanlinepad);
441 if (dstbpr != GLYPH_SIZE(bitc, src_glyph_pad)) reformat = TRUE;
445 charsize = height * dstbpr;
514 dstp += dstbpr * (max_ascent - inkm->ascent);
527 dstbpr = GLYPH_SIZE(inkc, scanlinepad);
549 if (width > dstbpr
[all...]

Completed in 2 milliseconds