Searched refs:startq (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c3250 int startq, endq, curq; local in function:drawArc
3270 startq = a0 / (90 * 64);
3272 endq = startq;
3276 curq = startq;
3289 if (curq == startq && a0 == q0 && rightq < 0) {
3307 if (curq == startq && 180 * 64 - a0 == q1) {
3325 if (curq == startq && a0 - 180*64 == q0) {
3340 if (curq == startq && 360 * 64 - a0 == q1) {
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c3265 int startq, endq, curq; local in function:drawArc
3285 startq = a0 / (90 * 64);
3287 endq = startq;
3291 curq = startq;
3304 if (curq == startq && a0 == q0 && rightq < 0) {
3322 if (curq == startq && 180 * 64 - a0 == q1) {
3340 if (curq == startq && a0 - 180 * 64 == q0) {
3355 if (curq == startq && 360 * 64 - a0 == q1) {

Completed in 10 milliseconds