Lines Matching refs:isDoubleDash
1872 int isDashed, isDoubleDash; in miComputeArcs() local
1895 isDoubleDash = (pGC->lineStyle == LineDoubleDash); in miComputeArcs()
1901 arcs = xallocarray(isDoubleDash ? 2 : 1, sizeof(*arcs)); in miComputeArcs()
1925 for (iphase = 0; iphase < (isDoubleDash ? 2 : 1); iphase++) { in miComputeArcs()
1969 if (iphase == 0 || isDoubleDash) in miComputeArcs()
2038 selfJoin = data[i].selfJoin && (iphase == 0 || isDoubleDash); in miComputeArcs()
2071 if (iphase == 0 || isDoubleDash) { in miComputeArcs()
2102 if (!isDoubleDash) { in miComputeArcs()
2139 if (!isDoubleDash && iphase == 1) in miComputeArcs()
2160 if (prevphase == 0 || isDoubleDash) in miComputeArcs()
2162 if (iphase == 0 || isDoubleDash) in miComputeArcs()
2183 (prevphase == 0 || isDoubleDash) && (iphase == 0 || isDoubleDash)) { in miComputeArcs()
2185 if (isDoubleDash) { in miComputeArcs()
2198 if (joinphase == 0 || isDoubleDash) { in miComputeArcs()
2211 if ((prevphase == 0 || isDoubleDash) && !arc->selfJoin) { in miComputeArcs()
2237 if ((iphase == 0 || isDoubleDash) && in miComputeArcs()
2249 for (iphase = 0; iphase < (isDoubleDash ? 2 : 1); iphase++) in miComputeArcs()