Home | History | Annotate | Download | only in rendering

Lines Matching defs:visibleContentRect

472 // visibleContentRect - local content(document) coordinates starting from upper left.
491 const SkRect& visibleContentRect,
500 visibleContentRect.fLeft,
501 visibleContentRect.fTop,
502 visibleContentRect.fRight,
503 visibleContentRect.fBottom,
520 m_visibleContentRect = visibleContentRect;
653 FloatRect visibleContentRect = m_contentToViewMatrix.inverse().mapRect(rect);
654 return rectInInvViewCoord(visibleContentRect);
659 FloatRect visibleContentRect = m_contentToInvViewMatrix.inverse().mapRect(rect);
660 return rectInViewCoord(visibleContentRect);