Searched defs:Insets (Results 1 – 4 of 4) sorted by relevance
26 constexpr Insets() : top_(0), left_(0), bottom_(0), right_(0) {} in Insets() function27 constexpr explicit Insets(int all) in Insets() function29 constexpr Insets(int vertical, int horizontal) in Insets() function34 constexpr Insets(int top, int left, int bottom, int right) in Insets() function
34 class Insets; variable
24 class Insets(object): class in DisplayInfo
154 TEST_F(GeometryStructTraitsTest, Insets) { in TEST_F() argument