HomeSort by relevance Sort by last modified time
    Searched defs:m_visibleContentRect (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLExtras.h 48 m_visibleContentRect = visibleContentRect;
58 SkRect m_visibleContentRect;
ShaderProgram.h 200 SkRect m_visibleContentRect;
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.h 71 IntRect m_visibleContentRect;
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 225 SkRect m_visibleContentRect;
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 234 if (left < m_visibleContentRect.fLeft)
235 dx = left - m_visibleContentRect.fLeft;
237 else if (right > m_visibleContentRect.fRight
238 && right - left < m_visibleContentRect.width())
239 dx = right - m_visibleContentRect.fRight;
243 if (top < m_visibleContentRect.fTop)
244 dy = top - m_visibleContentRect.fTop;
246 else if (bottom > m_visibleContentRect.fBottom
247 && bottom - top < m_visibleContentRect.height())
248 dy = bottom - m_visibleContentRect.fBottom
    [all...]

Completed in 308 milliseconds