Searched defs:offsetTo (Results 1 – 4 of 4) sorted by relevance
56 Rect& Rect::offsetTo(int32_t x, int32_t y) in offsetTo() function in android::Rect
121 Rect& offsetTo(const Point& p) { in offsetTo() function
226 public void offsetTo(float newLeft, float newTop) { in offsetTo() method in RectF
276 public void offsetTo(int newLeft, int newTop) { in offsetTo() method in Rect