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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c1791 int iDash = 0, dashRemaining = 0; local in function:miComputeArcs
1841 iDash = 0;
1847 iDash++;
1848 if (iDash == pGC->numInDashList)
1849 iDash = 0;
1850 dashRemaining = pGC->dash[iDash];
1856 iDashStart = iDash;
2021 ++iDash;
2022 if (iDash == pGC->numInDashList)
2023 iDash
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c1888 int iDash = 0, dashRemaining = 0; local in function:miComputeArcs
1941 iDash = 0;
1947 iDash++;
1948 if (iDash == pGC->numInDashList)
1949 iDash = 0;
1950 dashRemaining = pGC->dash[iDash];
1957 iDashStart = iDash;
2126 ++iDash;
2127 if (iDash == pGC->numInDashList)
2128 iDash
[all...]

Completed in 8 milliseconds