Lines Matching refs:fScrollingOffset
91 fScrollingOffset(scrollingOffset), in View()
149 IntRect bounds(fScrollingOffset.x, fScrollingOffset.y, in Bounds()
150 fScrollingOffset.x + fFrame.Width(), in Bounds()
151 fScrollingOffset.y + fFrame.Height()); in Bounds()
161 bounds->OffsetBy(fFrame.left - fScrollingOffset.x, in ConvertToVisibleInTopView()
162 fFrame.top - fScrollingOffset.y); in ConvertToVisibleInTopView()
575 offsetX += view->fFrame.left - view->fScrollingOffset.x; in _LocalToScreenTransform()
576 offsetY += view->fFrame.top - view->fScrollingOffset.y; in _LocalToScreenTransform()
591 offsetX += view->fScrollingOffset.x - view->fFrame.left; in _ScreenToLocalTransform()
592 offsetY += view->fScrollingOffset.y - view->fFrame.top; in _ScreenToLocalTransform()
774 fScrollingOffset.x += x; in ScrollBy()
775 fScrollingOffset.y += y; in ScrollBy()
797 fScrollingOffset.x += x; in ScrollBy()
798 fScrollingOffset.y += y; in ScrollBy()
1340 fScrollingOffset.x, fScrollingOffset.y); in PrintToStream()