Searched refs:offsetBy (Results 1 – 3 of 3) sorted by relevance
145 return offsetBy(rhs.x, rhs.y);148 return offsetBy(-rhs.x, -rhs.y);160 Rect& offsetBy(const Point& dp) { in offsetBy() function161 return offsetBy(dp.x, dp.y); in offsetBy()165 Rect& offsetBy(int32_t x, int32_t y);
67 Rect& Rect::offsetBy(int32_t x, int32_t y) { in offsetBy() function in android::Rect
745 rects->offsetBy(dx, dy); in translate()