Searched refs:ImplGetOrientation (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 34 double CGM::ImplGetOrientation( FloatPoint& rCenter, FloatPoint& rPoint ) in ImplGetOrientation() function in CGM 90 fRot1 = ImplGetOrientation( rCenter, aPoint1 ); in ImplGetEllipse() 91 fRot2 = ImplGetOrientation( rCenter, aPoint2 ); in ImplGetEllipse() 92 rAngle = ImplGetOrientation( rCenter, aPoint1 ); in ImplGetEllipse() 396 double fStartAngle = ImplGetOrientation( aCenterPoint, aStartingPoint ); in ImplDoClass4() 397 double fInterAngle = ImplGetOrientation( aCenterPoint, aIntermediatePoint ); in ImplDoClass4() 398 double fEndAngle = ImplGetOrientation( aCenterPoint, aEndingPoint ); in ImplDoClass4() 470 double fStartAngle = ImplGetOrientation( aCenterPoint, aStartingPoint ); in ImplDoClass4() 471 double fInterAngle = ImplGetOrientation( aCenterPoint, aIntermediatePoint ); in ImplDoClass4() 472 double fEndAngle = ImplGetOrientation( aCenterPoint, aEndingPoint ); in ImplDoClass4()
|
H A D | cgm.hxx | 137 double ImplGetOrientation( FloatPoint& rCenter, FloatPoint& rPoint );
|
Completed in 26 milliseconds