Searched refs:BoundingRect (Results 1 – 6 of 6) sorted by relevance
233 GFX_EXPORT RectF BoundingRect(const PointF& p1, const PointF& p2);
25 QuadF q4(BoundingRect(a, c)); in TEST()47 q1 = BoundingRect(a, c); in TEST()
741 TEST(RectTest, BoundingRect) { in TEST() argument764 Rect actual = BoundingRect(int_tests[i].a, int_tests[i].b); in TEST()801 RectF actual = BoundingRect(float_tests[i].a, float_tests[i].b); in TEST()
251 RectF BoundingRect(const PointF& p1, const PointF& p2) { in BoundingRect() function
337 Rect BoundingRect(const Point& p1, const Point& p2) { in BoundingRect() function
266 GFX_EXPORT Rect BoundingRect(const Point& p1, const Point& p2);