Searched refs:endAngle (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmizerarc.c104 int startAngle, endAngle; local in function:miZeroArcSetup
175 info->endAngle = 0;
193 endAngle = 0;
204 endAngle = angle1;
209 endAngle = angle1 + angle2;
215 if (endAngle < 0)
216 endAngle = FULLCIRCLE - (-endAngle) % FULLCIRCLE;
217 if (endAngle >= FULLCIRCLE)
218 endAngle
[all...]
H A Dmizerarc.h43 int startAngle, endAngle; member in struct:__anonab2d84110208
H A Dmiarc.c254 int a0, a1, startAngle, endAngle; local in function:miArcSegment
278 endAngle = a0;
284 endAngle = a0 + a1;
293 if (endAngle < 0)
294 endAngle = FULLCIRCLE - (-endAngle) % FULLCIRCLE;
295 if (endAngle > FULLCIRCLE)
296 endAngle = (endAngle-1) % FULLCIRCLE + 1;
297 if ((startAngle == endAngle)
1793 int startAngle, spanAngle, endAngle, backwards = 0; local in function:miComputeArcs
2287 computeAngleFromPath(int startAngle,int endAngle,dashMap * map,int * lenp,int backwards) argument
2344 double a, startAngle, endAngle; local in function:drawZeroArc
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerarc.c103 int startAngle, endAngle; local in function:miZeroArcSetup
168 info->endAngle = 0;
184 endAngle = 0;
193 endAngle = angle1;
197 endAngle = angle1 + angle2;
203 if (endAngle < 0)
204 endAngle = FULLCIRCLE - (-endAngle) % FULLCIRCLE;
205 if (endAngle >= FULLCIRCLE)
206 endAngle
[all...]
H A Dmizerarc.h42 int startAngle, endAngle; member in struct:__anond80148440208
H A Dmiarc.c263 int a0, a1, startAngle, endAngle; local in function:miArcSegment
287 endAngle = a0;
294 endAngle = a0 + a1;
303 if (endAngle < 0)
304 endAngle = FULLCIRCLE - (-endAngle) % FULLCIRCLE;
305 if (endAngle > FULLCIRCLE)
306 endAngle = (endAngle - 1) % FULLCIRCLE + 1;
307 if ((startAngle == endAngle)
1890 int startAngle, spanAngle, endAngle, backwards = 0; local in function:miComputeArcs
2385 computeAngleFromPath(int startAngle,int endAngle,dashMap * map,int * lenp,int backwards) argument
2435 double a, startAngle, endAngle; local in function:drawZeroArc
[all...]

Completed in 8 milliseconds