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

/xsrc/external/mit/font-util/dist/
H A Ducs2any.c397 combine_bbx(int awidth, int aheight, int axoff, int ayoff, argument
405 if (axoff < r->cxoff) {
406 r->cwidth += r->cxoff - axoff;
407 r->cxoff = axoff;
413 if (awidth + axoff > r->cwidth + r->cxoff) {
414 r->cwidth = awidth + axoff - r->cxoff;

Completed in 3 milliseconds