Searched refs:PointType (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/basegfx/source/workbench/ |
H A D | convexhull.cxx | 36 template <class PointType> double theta( const PointType& p1, const PointType& p2 ) in theta() 38 typename PointType::value_type dx, dy, ax, ay; in theta() 55 template <class PointType> class ThetaCompare : public ::std::binary_function< const PointType&, co… 60 bool operator() ( const PointType& p1, const PointType& p2 ) in operator ()() 66 double operator() ( const PointType& p ) const in operator ()() 72 PointType maRefPoint; 76 …emplate <class PointType, class CmpFunctor> typename PointType::value_type ccw( const PointType& p… in ccw() 78 typename PointType::value_type dx1, dx2, dy1, dy2; in ccw() 79 typename PointType::value_type theta0( thetaCmp(p0) ); in ccw() 80 typename PointType::value_type theta1( thetaCmp(p1) ); in ccw() [all …]
|
/aoo42x/main/svtools/source/inc/ |
H A D | sgvmain.hxx | 34 struct PointType { struct 71 PointType U; // Nullpunkt 139 PointType ObjMin; // XY-Minimum des Objekts 156 PointType Pos1; // Anfangspunkt 157 PointType Pos2; // Endpunkt 170 PointType Pos1; // LO-Ecke = Bezugspunkt 171 PointType Pos2; // R-Ecke 221 PointType Center; // Mittelpunkt 222 PointType Radius; // Radius 270 PointType Pos1; [all …]
|
/aoo42x/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 117 void RotatePoint(PointType& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs) in RotatePoint() 757 PointType a,b; in Draw() 902 aPoly.EckP=new PointType[aPoly.nPoints]; in DrawObjkList() 915 aSpln.EckP=new PointType[aSpln.nPoints]; in DrawObjkList()
|
H A D | sgvtext.cxx | 1017 void DrawChar(OutputDevice& rOut, UCHAR c, ObjTextType T, PointType Pos, sal_uInt16 DrehWink, in DrawChar() 1133 PointType Pos; in Draw()
|
Completed in 31 milliseconds