Home
last modified time | relevance | path

Searched defs:RectF (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Drect_f.h29 constexpr RectF(float width, float height) : size_(width, height) {} in RectF() function
30 constexpr RectF(float x, float y, float width, float height) in RectF() function
32 constexpr explicit RectF(const SizeF& size) : size_(size) {} in RectF() function
33 constexpr RectF(const PointF& origin, const SizeF& size) in RectF() function
36 constexpr explicit RectF(const Rect& r) in RectF() function
Drect_f.cc36 RectF::RectF(const CGRect& r) in RectF() function in gfx::RectF
/external/libchrome/ui/gfx/geometry/mojo/
Dgeometry_struct_traits_unittest.cc139 TEST_F(GeometryStructTraitsTest, RectF) { in TEST_F() argument
/external/swiftshader/src/Device/
DSurface.hpp50 typedef RectT<float> RectF; typedef
/external/swiftshader/src/Renderer/
DSurface.hpp49 typedef RectT<float> RectF; typedef