Searched refs:cdt (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c1526 cdt, /* Cos Delta Theta, actually 2 cos(dt) */ local in function:miGetArcPts
1545 * I'm just using cdt 'cause I'm lazy.
1547 cdt = parc->width;
1548 if (parc->height > cdt)
1549 cdt = parc->height;
1550 cdt /= 2.0;
1551 if(cdt <= 0)
1553 if (cdt < 1.0)
1554 cdt = 1.0;
1555 dt = miDasin ( 1.0 / cdt ); /* minimu
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c1653 cdt, /* Cos Delta Theta, actually 2 cos(dt) */ local in function:miGetArcPts
1671 * I'm just using cdt 'cause I'm lazy.
1673 cdt = parc->width;
1674 if (parc->height > cdt)
1675 cdt = parc->height;
1676 cdt /= 2.0;
1677 if (cdt <= 0)
1679 if (cdt < 1.0)
1680 cdt = 1.0;
1681 dt = miDasin(1.0 / cdt); /* minimu
[all...]

Completed in 8 milliseconds