Searched refs:fEndAngle (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 407 fStartAngle = fEndAngle; in ImplDoClass4() 408 fEndAngle = fG; in ImplDoClass4() 417 fStartAngle = fEndAngle; in ImplDoClass4() 418 fEndAngle = fG; in ImplDoClass4() 481 fStartAngle = fEndAngle; in ImplDoClass4() 482 fEndAngle = fG; in ImplDoClass4() 492 fEndAngle = fG; in ImplDoClass4() 538 fEndAngle = 360 - fEndAngle; in ImplDoClass4() 589 fEndAngle = 360 - fEndAngle; in ImplDoClass4() 641 fEndAngle = 360 - fEndAngle; in ImplDoClass4() [all …]
|
H A D | actimpr.cxx | 563 sal_uInt32 nType, double& fStartAngle, double& fEndAngle ) in DrawEllipticalArc() argument 585 fEndAngle += rOrientation; in DrawEllipticalArc() 586 if ( fEndAngle >= 360 ) in DrawEllipticalArc() 587 fEndAngle -= 360; in DrawEllipticalArc() 596 if ( (long)fStartAngle == (long)fEndAngle ) in DrawEllipticalArc() 607 aAny <<= (sal_Int32)( (long)( fEndAngle * 100 ) ); in DrawEllipticalArc()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 1625 double fStartAngle, fEndAngle; in CreateSubPath() local 1627 GetParameter( fEndAngle , seqCoordinates[ rSrcPt + 2 ].Second, sal_False, sal_False ); in CreateSubPath() 1629 if ( ((sal_Int32)fStartAngle % 360) != ((sal_Int32)fEndAngle % 360) ) in CreateSubPath() 1633 if ( (sal_Int32)fEndAngle & 0x7fff0000 ) // double in the import filter in CreateSubPath() 1635 fEndAngle /= 65536.0; in CreateSubPath() 1636 fEndAngle = fEndAngle + fStartAngle; in CreateSubPath() 1637 if ( fEndAngle < 0 ) in CreateSubPath() 1640 fStartAngle = fEndAngle; in CreateSubPath() 1641 fEndAngle = fTemp; in CreateSubPath() 1648 double fx2 = ( cos( fEndAngle * F_PI180 ) * 65536.0 * fXScale ) + fCenterX; in CreateSubPath() [all …]
|
/aoo42x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfentrd.cxx | 505 fEndAngle( 0.0 ), in DXFEdgeTypeCircularArc() 521 case 51 : fEndAngle = rDGR.GetF(); break; in EvaluateGroup() 532 fEndAngle( 0.0 ), in DXFEdgeTypeEllipticalArc() 551 case 51 : fEndAngle = rDGR.GetF(); break; in EvaluateGroup()
|
H A D | dxfentrd.hxx | 408 double fEndAngle; // 51 member 420 double fEndAngle; // 51 member
|
/aoo42x/main/svx/source/sdr/primitive2d/ |
H A D | sdrellipseprimitive2d.cxx | 246 double fEndAngle, in SdrEllipseSegmentPrimitive2D() argument 251 mfEndAngle(fEndAngle), in SdrEllipseSegmentPrimitive2D()
|
/aoo42x/main/svx/inc/svx/sdr/primitive2d/ |
H A D | sdrellipseprimitive2d.hxx | 93 double fEndAngle,
|
Completed in 68 milliseconds