Searched refs:offsetBy (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 156 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/ |
D | Rect.h | 156 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/ |
D | Rect.cpp | 67 Rect& Rect::offsetBy(int32_t x, int32_t y) { in offsetBy() function in android::Rect
|
D | Region.cpp | 752 rects->offsetBy(dx, dy); in translate()
|