Searched refs:endq (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
3272 endq = startq;
3274 endq = (a1-1) / (90 * 64);
3293 if (curq == endq && a1 == q1) {
3311 if (curq == endq && 180 * 64 - a1 == q0) {
3329 if (curq == endq && a1 - 180 * 64 == q1) {
3344 if (curq == endq && 360 * 64 - a1 == q0) {
3354 if (curq == endq)
3361 endq -= 4;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c3265 int startq, endq, curq; local in function:drawArc
3287 endq = startq;
3289 endq = (a1 - 1) / (90 * 64);
3308 if (curq == endq && a1 == q1) {
3326 if (curq == endq && 180 * 64 - a1 == q0) {
3344 if (curq == endq && a1 - 180 * 64 == q1) {
3359 if (curq == endq && 360 * 64 - a1 == q0) {
3369 if (curq == endq)
3376 endq -= 4;

Completed in 10 milliseconds