Home
last modified time | relevance | path

Searched refs:Point2D (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/basegfx/source/workbench/
H A Dbezierclip.hxx29 struct Point2D struct
32 Point2D( double _x, double _y ) : x(_x), y(_y) {} in Point2D() function
33 Point2D() : x(), y() {} in Point2D() argument
40 Point2D p0; argument
41 Point2D p1;
42 Point2D p2;
43 Point2D p3;
45 Point2D& operator[]( int i ) { return reinterpret_cast<Point2D*>(this)[i]; } in operator []()
46 const Point2D& operator[]( int i ) const { return reinterpret_cast<const Point2D*>(this)[i]; } in operator []()
70 typedef ::std::vector< Point2D > Polygon2D;
H A Dbezierclip.cxx155 Point2D lt1; in Impl_doBBoxIntersect()
156 Point2D rb1; in Impl_doBBoxIntersect()
157 Point2D lt2; in Impl_doBBoxIntersect()
158 Point2D rb2; in Impl_doBBoxIntersect()
200 Point2D p0; in Impl_calcSafeParams()
201 Point2D p1; in Impl_calcSafeParams()
298 poly[0] = Point2D(0, c0); in Impl_calcSafeParams_clip()
301 poly[3] = Point2D(1, c3); in Impl_calcSafeParams_clip()
847 Point2D::value_type d; in Impl_calcSafeParams_focus()
1331 …{Point2D(2.505,0.0),Point2D(2.505+4.915,4.300),Point2D(2.505+3.213,10.019),Point2D(2.505-2.505,10.… in main()
[all …]
H A Dconvexhull.cxx190 ThetaCompare<Point2D> cmpFunc(result[1]); in convexHull()
/aoo4110/main/vigra/
H A Dvigra1.6.0.patch523 - Point2D(int x, int y)
525 + Point2D(int x_, int y_)
534 - Rect2D(Point2D const &upperLeft, Point2D const &lowerRight)
536 + Rect2D(Point2D const &ul, Point2D const &lr)
550 - Rect2D(Point2D const &upperLeft, Size2D const &size)
552 + Rect2D(Point2D const &ul, Size2D const &sz)
559 - : lowerRight_(Point2D(size))
561 + : lowerRight_(Point2D(sz))
567 * Point2D(left, top) afterwards.
572 - moveTo(Point2D(left, top));
[all …]
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java31 import java.awt.geom.Point2D;
291 Point2D aPosition = new Point2D.Double (x,y); in Contains()

Completed in 46 milliseconds