Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmizerarc.c58 #define Dsin(d) ((d) == 0 ? 0.0 : ((d) == QUADRANT ? 1.0 : \ macro
225 start.y = Dsin(startAngle) * (arc->height / 2.0); in miZeroArcSetup()
239 end.y = Dsin(endAngle) * (arc->height / 2.0); in miZeroArcSetup()
297 i = Dsin(startAngle) * (arc->height / 2.0); in miZeroArcSetup()
304 i = Dsin(endAngle) * (arc->height / 2.0); in miZeroArcSetup()
H A Dmifillarc.c50 #define Dsin(d) sin((double)d*(M_PI/11520.0)) macro
211 d_dy = Dsin(angle) * height; in miEllipseAngleToSlope()
359 y1 = Dsin(angle1) * h2; in miFillArcSliceSetup()
372 y2 = Dsin(angle2) * h2; in miFillArcSliceSetup()
H A Dmiarc.c1545 #define Dsin(d) ((d) == 0.0 ? 0.0 : ((d) == 90.0 ? 1.0 : sin(d*M_PI/180.0))) macro
2668 bound->ellipse.min = Dsin(def->a0) * def->h; in computeBound()
2669 bound->ellipse.max = Dsin(def->a1) * def->h; in computeBound()