Home
last modified time | relevance | path

Searched refs:offsetBy (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/ui/include/ui/
DRect.h156 return offsetBy(rhs.x, rhs.y);
159 return offsetBy(-rhs.x, -rhs.y);
171 Rect& offsetBy(const Point& dp) { in offsetBy() function
172 return offsetBy(dp.x, dp.y); in offsetBy()
176 Rect& offsetBy(int32_t x, int32_t y);
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h156 return offsetBy(rhs.x, rhs.y);
159 return offsetBy(-rhs.x, -rhs.y);
171 Rect& offsetBy(const Point& dp) { in offsetBy() function
172 return offsetBy(dp.x, dp.y); in offsetBy()
176 Rect& offsetBy(int32_t x, int32_t y);
/frameworks/native/libs/ui/
DRect.cpp67 Rect& Rect::offsetBy(int32_t x, int32_t y) { in offsetBy() function in android::Rect
DRegion.cpp752 rects->offsetBy(dx, dy); in translate()