Searched refs:newx2 (Results 1 – 1 of 1) sorted by relevance
360 int newx1, newx2, oldpt, i, y; in UniquifySpansX() local376 newx2 = newx1 + *oldWidths; in UniquifySpansX()382 if (oldpt > newx2) { in UniquifySpansX()386 *newWidths = newx2 - newx1; in UniquifySpansX()390 newx2 = oldpt + *oldWidths; in UniquifySpansX()395 if (oldpt > newx2) in UniquifySpansX()396 newx2 = oldpt; in UniquifySpansX()402 *newWidths = newx2 - newx1; in UniquifySpansX()