Searched refs:inOut (Results 1 – 2 of 2) sorted by relevance
137 public void normalizedToSurface(Rect inOut) { in normalizedToSurface() argument140 inOut.left = (int) (inOut.left * sx); in normalizedToSurface()141 inOut.top = (int) (inOut.top * sy); in normalizedToSurface()142 inOut.right = (int) (inOut.right * sx + 0.5f); in normalizedToSurface()143 inOut.bottom = (int) (inOut.bottom * sy + 0.5f); in normalizedToSurface()144 inOut.offset(mContentBounds.left, mContentBounds.top); in normalizedToSurface()
120 void offsetForContent(Rect inOut) { in offsetForContent() argument121 inOut.offset(mContentBounds.left, mContentBounds.top); in offsetForContent()