Home
last modified time | relevance | path

Searched defs:InsetsF (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dinsets_f.h17 constexpr InsetsF() : top_(0.f), left_(0.f), bottom_(0.f), right_(0.f) {} in InsetsF() function
18 constexpr explicit InsetsF(float all) in InsetsF() function
20 constexpr InsetsF(float vertical, float horizontal) in InsetsF() function
25 constexpr InsetsF(float top, float left, float bottom, float right) in InsetsF() function
Dinsets.h103 operator InsetsF() const { in InsetsF() function
Drect_f.h23 class InsetsF; variable
/external/libchrome/ui/gfx/geometry/mojo/
Dgeometry_struct_traits_unittest.cc169 TEST_F(GeometryStructTraitsTest, InsetsF) { in TEST_F() argument