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

/xsrc/external/mit/fonttosfnt/dist/
H A Dfonttosfnt.h99 int awidth; member in struct:_Metrics
H A Dwrite.c221 int awidth, x0, y0, x1, y1; local in function:fontMetrics
222 int rc = glyphMetrics(font, i, &awidth, &x0, &y0, &x1, &y1);
226 if(awidth > font->metrics.maxAwidth) font->metrics.maxAwidth = awidth;
232 if(awidth > 0) {
233 sumAwidth += awidth;
238 if (count) font->metrics.awidth = sumAwidth / count;
1083 writeSHORT(out, FONT_UNITS(font->metrics.awidth)); /* xAvgCharWidth; */
H A Dstruct.c54 .pxMetrics.awidth = UNDEF,
67 .metrics.awidth = UNDEF,
/xsrc/external/mit/font-util/dist/
H A Ducs2any.c397 combine_bbx(int awidth, int aheight, int axoff, int ayoff, argument
413 if (awidth + axoff > r->cwidth + r->cxoff) {
414 r->cwidth = awidth + axoff - r->cxoff;

Completed in 5 milliseconds