Searched refs:offsetBy (Results 1 – 3 of 3) sorted by relevance
144 return offsetBy(rhs.x, rhs.y);147 return offsetBy(-rhs.x, -rhs.y);159 Rect& offsetBy(const Point& dp) { in offsetBy() function160 return offsetBy(dp.x, dp.y); in offsetBy()164 Rect& offsetBy(int32_t x, int32_t y);
67 Rect& Rect::offsetBy(int32_t x, int32_t y) { in offsetBy() function in android::Rect
746 rects->offsetBy(dx, dy); in translate()