Searched refs:fdA (Results 1 – 1 of 1) sorted by relevance
343 double frx,fry,fA1,fdA,fAng; in DrawArcEntity() local350 fdA=rE.fEnd-fA1; in DrawArcEntity()351 while (fdA>=360.0) fdA-=360.0; in DrawArcEntity()352 while (fdA<=0) fdA+=360.0; in DrawArcEntity()354 if (rE.fThickness==0 && fdA>5.0 && rTransform.TransCircleToEllipse(rE.fRadius,frx,fry)==sal_True) { in DrawArcEntity()358 DXFVector aVE(cos((fA1+fdA)/180.0*3.14159265359),sin((fA1+fdA)/180.0*3.14159265359),0.0); in DrawArcEntity()376 nPoints=(sal_uInt16)(fdA/360.0*(double)OptPointsPerCircle+0.5); in DrawArcEntity()380 fAng=3.14159265359/180.0 * ( fA1 + fdA/(double)(nPoints-1)*(double)i ); in DrawArcEntity()390 fAng=3.14159265359/180.0 * ( fA1 + fdA/(double)(nPoints-1)*(double)i ); in DrawArcEntity()
Completed in 19 milliseconds