Home
last modified time | relevance | path

Searched refs:PointType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basegfx/source/workbench/
H A Dconvexhull.cxx36 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…
58 ThetaCompare( const PointType& rRefPoint ) : maRefPoint( rRefPoint ) {} in ThetaCompare()
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()
[all …]
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx34 struct PointType { struct
51 PointType Size; // 0.00mm...819.175mm (Papiergr��e) argument
71 PointType U; // Nullpunkt
119 PointType ShdVers; // Schattenversatz Max.300.00%
139 PointType ObjMin; // XY-Minimum des Objekts
140 PointType ObjMax; // XY-Maximum des Objekts
156 PointType Pos1; // Anfangspunkt
157 PointType Pos2; // Endpunkt
170 PointType Pos1; // LO-Ecke = Bezugspunkt
171 PointType Pos2; // R-Ecke
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx117 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 Dsgvtext.cxx1017 void DrawChar(OutputDevice& rOut, UCHAR c, ObjTextType T, PointType Pos, sal_uInt16 DrehWink, in DrawChar()
1133 PointType Pos; in Draw()