Searched refs:outx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 459 double A, T, b, d, x, y, t, inx, outx = 0.0, hepp, hepm; local in function:miComputeEllipseSpans 544 outx = x + t; 585 outx = x + t; 588 span->lx = ICEIL(xorg - outx); 592 span->lw = ICEIL(xorg + outx) - span->lx; 601 span->rw = ICEIL(xorg + outx) - span->rx; 607 outx = w + r; 618 span->lx = ICEIL(xorg - outx); 621 span->lw = ICEIL(xorg + outx) - span->lx; 629 span->rw = ICEIL(xorg + outx) [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 446 double A, T, b, d, x, y, t, inx, outx = 0.0, hepp, hepm; local in function:miComputeEllipseSpans 525 outx = x + t; 564 outx = x + t; 567 span->lx = ICEIL(xorg - outx); 570 span->lw = ICEIL(xorg + outx) - span->lx; 578 span->rw = ICEIL(xorg + outx) - span->rx; 583 outx = w + r; 593 span->lx = ICEIL(xorg - outx); 595 span->lw = ICEIL(xorg + outx) - span->lx; 602 span->rw = ICEIL(xorg + outx) [all...] |
Completed in 6 milliseconds