Home | History | Annotate | Download | only in android

Lines Matching refs:m_visibleContentRect

76     m_visibleContentRect.setEmpty();
144 if ((m_visibleContentRect == visibleContentRect)
152 m_goingDown = m_visibleContentRect.fTop - visibleContentRect.fTop <= 0;
153 m_goingLeft = m_visibleContentRect.fLeft - visibleContentRect.fLeft >= 0;
156 m_isVisibleContentRectScrolling = m_visibleContentRect != visibleContentRect
157 && SkRect::Intersects(m_visibleContentRect, visibleContentRect);
158 m_visibleContentRect = visibleContentRect;
161 m_visibleContentRect.fLeft, m_visibleContentRect.fTop,
162 m_visibleContentRect.fRight, m_visibleContentRect.fBottom,
163 m_visibleContentRect.width(), m_visibleContentRect.height(), scale);