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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmispans.c313 int newx1, newx2, oldpt, i, y; local in function:UniquifySpansX
330 newx2 = newx1 + *oldWidths;
336 if (oldpt > newx2) {
340 *newWidths = newx2 - newx1;
344 newx2 = oldpt + *oldWidths;
348 if (oldpt > newx2) newx2 = oldpt;
354 *newWidths = newx2 - newx1;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregion.c1634 int newx1, newx2; local in function:RegionClipSpans
1637 newx2 = x2;
1639 if (newx2 > pbox->x2) newx2 = pbox->x2;
1640 if (newx1 < newx2)
1645 *pwidthNew = newx2 - newx1;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_video.c701 unsigned int newx2; local in function:Permedia3DisplayVideo
719 newx2 = drw_w;
721 dstBox->x2 -= (newx2 - drw_w);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c360 int newx1, newx2, oldpt, i, y; local in function:UniquifySpansX
376 newx2 = newx1 + *oldWidths;
382 if (oldpt > newx2) {
386 *newWidths = newx2 - newx1;
390 newx2 = oldpt + *oldWidths;
395 if (oldpt > newx2)
396 newx2 = oldpt;
402 *newWidths = newx2 - newx1;

Completed in 12 milliseconds