Searched defs:RectF (Results 1 – 5 of 5) sorted by relevance
29 constexpr RectF(float width, float height) : size_(width, height) {} in RectF() function30 constexpr RectF(float x, float y, float width, float height) in RectF() function32 constexpr explicit RectF(const SizeF& size) : size_(size) {} in RectF() function33 constexpr RectF(const PointF& origin, const SizeF& size) in RectF() function36 constexpr explicit RectF(const Rect& r) in RectF() function
36 RectF::RectF(const CGRect& r) in RectF() function in gfx::RectF
139 TEST_F(GeometryStructTraitsTest, RectF) { in TEST_F() argument
50 typedef RectT<float> RectF; typedef
49 typedef RectT<float> RectF; typedef