Searched defs:Insets (Results 1 – 6 of 6) 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
12 class Insets; variable
23 TEST(InsetsTest, Insets) { in TEST() argument
34 class Insets; variable
24 class Insets(object): class in DisplayInfo
154 TEST_F(GeometryStructTraitsTest, Insets) { in TEST_F() argument