Searched refs:ayoff (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
409 if (ayoff < r->cyoff) {
410 r->cheight += r->cyoff - ayoff;
411 r->cyoff = ayoff;
416 if (aheight + ayoff > r->cheight + r->cyoff) {
417 r->cheight = aheight + ayoff - r->cyoff;

Completed in 3 milliseconds