Searched refs:offsetBy (Results 1 – 2 of 2) sorted by relevance
132 Rect& offsetBy(const Point& dp) { in offsetBy() function133 return offsetBy(dp.x, dp.y); in offsetBy()136 return offsetBy(rhs.x, rhs.y);139 return offsetBy(-rhs.x, -rhs.y);145 offsetBy(dx, dy); in translate()149 Rect& offsetBy(int32_t x, int32_t y);
66 Rect& Rect::offsetBy(int32_t x, int32_t y) in offsetBy() function in android::Rect