Searched refs:inOut (Results 1 – 2 of 2) sorted by relevance
140 public void normalizedToSurface(Rect inOut) { in normalizedToSurface() argument143 inOut.left = (int) (inOut.left * sx); in normalizedToSurface()144 inOut.top = (int) (inOut.top * sy); in normalizedToSurface()145 inOut.right = (int) (inOut.right * sx + 0.5f); in normalizedToSurface()146 inOut.bottom = (int) (inOut.bottom * sy + 0.5f); in normalizedToSurface()147 inOut.offset(mContentBounds.left, mContentBounds.top); in normalizedToSurface()
117 void offsetForContent(Rect inOut) { in offsetForContent() argument118 inOut.offset(mContentBounds.left, mContentBounds.top); in offsetForContent()