Searched defs:_left (Results 1 – 3 of 3) sorted by relevance
24 constexpr FloatRect(float _left, float _top, float _right, float _bottom) in FloatRect()
75 Rect& Rect::inset(int32_t _left, int32_t _top, int32_t _right, int32_t _bottom) { in inset()