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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c954 int iphase; local in function:miPolyArc
1084 for (iphase = ((pGC->lineStyle == LineDoubleDash) ? 1 : 0);
1085 iphase >= 0;
1086 iphase--)
1089 if (iphase == 1) {
1098 for (i = 0; i < polyArcs[iphase].narcs; i++) {
1101 arcData = &polyArcs[iphase].arcs[i];
1105 if (polyArcs[iphase].arcs[i].render) {
1110 if (polyArcs[iphase].arcs[i].selfJoin &&
1111 cap[iphase] < polyArc
1704 int iphase; local in function:miFreeArcs
1787 int iphase, prevphase = 0, joinphase; local in function:miComputeArcs
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c905 int iphase; local in function:miWideArc
1022 for (iphase = (pGC->lineStyle == LineDoubleDash); iphase >= 0; iphase--) {
1027 if (iphase == 1) {
1037 for (i = 0; i < polyArcs[iphase].narcs; i++) {
1040 arcData = &polyArcs[iphase].arcs[i];
1052 if (polyArcs[iphase].arcs[i].render) {
1055 if (polyArcs[iphase].arcs[i].selfJoin &&
1056 cap[iphase] < polyArc
1807 int iphase; local in function:miFreeArcs
1884 int iphase, prevphase = 0, joinphase; local in function:miComputeArcs
[all...]

Completed in 7 milliseconds