Home
last modified time | relevance | path

Searched refs:_bottom (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DFloatRect.h24 constexpr FloatRect(float _left, float _top, float _right, float _bottom) in FloatRect() argument
25 : left(_left), top(_top), right(_right), bottom(_bottom) {} in FloatRect()
DRect.h191 Rect& inset(int32_t _left, int32_t _top, int32_t _right, int32_t _bottom);
/frameworks/native/libs/ui/include/ui/
DFloatRect.h24 constexpr FloatRect(float _left, float _top, float _right, float _bottom) in FloatRect() argument
25 : left(_left), top(_top), right(_right), bottom(_bottom) {} in FloatRect()
DRect.h191 Rect& inset(int32_t _left, int32_t _top, int32_t _right, int32_t _bottom);
/frameworks/native/libs/ui/
DRect.cpp75 Rect& Rect::inset(int32_t _left, int32_t _top, int32_t _right, int32_t _bottom) { in inset() argument
79 this->bottom -= _bottom; in inset()