Home
last modified time | relevance | path

Searched refs:isDoubleDash (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c1872 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()
[all …]