Lines Matching refs:Point2D
523 - 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));
573 + moveTo(Point2D(l, t));