Searched refs:totallen (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmidash.c65 int totallen; local in function:miStepDash
78 totallen = 0;
80 totallen += pDash[i];
81 if (totallen <= dist)
82 dist = dist % totallen;
H A Dmiarc.c2169 double len, excesslen, sidelen = map->map[DASH_MAP_SIZE - 1], totallen; local in function:angleToLength
2174 totallen = 0;
2178 totallen += sidelen;
2184 totallen -= sidelen;
2204 totallen += (sidelen - len);
2206 totallen += len;
2207 return totallen;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmidash.c62 int totallen; local in function:miStepDash
74 totallen = 0;
76 totallen += pDash[i];
77 if (totallen <= dist)
78 dist = dist % totallen;
H A Dmiarc.c2267 double len, excesslen, sidelen = map->map[DASH_MAP_SIZE - 1], totallen; local in function:angleToLength
2272 totallen = 0;
2276 totallen += sidelen;
2283 totallen -= sidelen;
2303 totallen += (sidelen - len);
2305 totallen += len;
2306 return totallen;

Completed in 10 milliseconds