Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c83 static double miDcos(double a);
1550 miDcos(double a) in miDcos() function
1687 cdt = 2 * miDcos(dt); in miGetArcPts()
1695 x0 = xc * miDcos(st); in miGetArcPts()
1697 x1 = xc * miDcos(st + dt); in miGetArcPts()
1723 poly[cpt + i - 1].x = (miDcos(st + et) * parc->width / 2.0 + xc); in miGetArcPts()
1851 x = ((double) arcp->width / 2.0) * miDcos(a); in computeDashMap()
1916 parcs[i].x + (double) parcs[i].width / 2 * (1 + miDcos(a0)); in miComputeArcs()
1920 parcs[i].x + (double) parcs[i].width / 2 * (1 + miDcos(a1)); in miComputeArcs()
2459 x = w * miDcos(a); in drawZeroArc()