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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmifillarc.c53 #define Dcos(d) cos((double)d*(M_PI/11520.0)) macro
229 d_dx = Dcos(angle) * width;
398 x1 = Dcos(angle1) * w2;
414 x2 = Dcos(angle2) * w2;
H A Dmizerarc.c63 #define Dcos(d) ((d) == 0 ? 1.0 : ((d) == QUADRANT ? 0.0 : \ macro
233 start.x = Dcos(startAngle) * ((arc->width + 1) / 2.0);
249 end.x = Dcos(endAngle) * ((arc->width + 1) / 2.0);
H A Dmiarc.c1430 # define Dcos(d) ((d) == 0.0 ? 1.0 : ((d) == 90.0 ? 0.0 : cos(d*M_PI/180.0))) macro
2621 ellipsex.min = Dcos (def->a0) * def->w;
2625 ellipsex.max = Dcos (def->a1) * def->w;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmifillarc.c51 #define Dcos(d) cos((double)d*(M_PI/11520.0)) macro
210 d_dx = Dcos(angle) * width;
358 x1 = Dcos(angle1) * w2;
371 x2 = Dcos(angle2) * w2;
H A Dmizerarc.c62 #define Dcos(d) ((d) == 0 ? 1.0 : ((d) == QUADRANT ? 0.0 : \ macro
219 start.x = Dcos(startAngle) * ((arc->width + 1) / 2.0);
233 end.x = Dcos(endAngle) * ((arc->width + 1) / 2.0);
H A Dmiarc.c1546 #define Dcos(d) ((d) == 0.0 ? 1.0 : ((d) == 90.0 ? 0.0 : cos(d*M_PI/180.0))) macro
2673 ellipsex.min = Dcos(def->a0) * def->w;
2677 ellipsex.max = Dcos(def->a1) * def->w;

Completed in 19 milliseconds