Searched refs:offsetBy (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/ui/
H A DRect.h144 return offsetBy(rhs.x, rhs.y);
147 return offsetBy(-rhs.x, -rhs.y);
159 Rect& offsetBy(const Point& dp) { function in class:android::Rect
160 return offsetBy(dp.x, dp.y);
164 Rect& offsetBy(int32_t x, int32_t y);
/frameworks/native/libs/ui/
H A DRect.cpp67 Rect& Rect::offsetBy(int32_t x, int32_t y) { function in class:android::Rect
H A DRegion.cpp746 rects->offsetBy(dx, dy);

Completed in 65 milliseconds