Searched defs:InsetsF (Results 1 – 4 of 4) sorted by relevance
17 constexpr InsetsF() : top_(0.f), left_(0.f), bottom_(0.f), right_(0.f) {} in InsetsF() function18 constexpr explicit InsetsF(float all) in InsetsF() function20 constexpr InsetsF(float vertical, float horizontal) in InsetsF() function25 constexpr InsetsF(float top, float left, float bottom, float right) in InsetsF() function
103 operator InsetsF() const { in InsetsF() function
23 class InsetsF; variable
169 TEST_F(GeometryStructTraitsTest, InsetsF) { in TEST_F() argument