Searched refs:_left (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/ui/include/ui/ |
D | FloatRect.h | 27 constexpr FloatRect(float _left, float _top, float _right, float _bottom) in FloatRect() argument 28 : left(_left), top(_top), right(_right), bottom(_bottom) {} in FloatRect()
|
D | Rect.h | 194 Rect& inset(int32_t _left, int32_t _top, int32_t _right, int32_t _bottom);
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | FloatRect.h | 27 constexpr FloatRect(float _left, float _top, float _right, float _bottom) in FloatRect() argument 28 : left(_left), top(_top), right(_right), bottom(_bottom) {} in FloatRect()
|
D | Rect.h | 194 Rect& inset(int32_t _left, int32_t _top, int32_t _right, int32_t _bottom);
|
/frameworks/native/include/ui/ |
D | FloatRect.h | 27 constexpr FloatRect(float _left, float _top, float _right, float _bottom) in FloatRect() argument 28 : left(_left), top(_top), right(_right), bottom(_bottom) {} in FloatRect()
|
D | Rect.h | 194 Rect& inset(int32_t _left, int32_t _top, int32_t _right, int32_t _bottom);
|
/frameworks/native/libs/ui/ |
D | Rect.cpp | 76 Rect& Rect::inset(int32_t _left, int32_t _top, int32_t _right, int32_t _bottom) { in inset() argument 77 this->left += _left; in inset()
|