Searched defs:dang (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.c1094 double dang = Angle * 2*U_PI /360.0; local
1113 cd = CLOSE_TO_IS_REALLY_ZERO(cos(dang));
1114 sd = CLOSE_TO_IS_REALLY_ZERO(sin(dang));
1121 if(cos(dang)>=0){
1123 if(sin(dang)>=0){tm.dY = y + h; } // LL corner
1128 if(sin(dang)>=0){ tm.dY = y + h; } // LR corner

Completed in 57 milliseconds