Home
last modified time | relevance | path

Searched refs:newx2 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c360 int newx1, newx2, oldpt, i, y; in UniquifySpansX() local
376 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()