HomeSort by relevance Sort by last modified time
    Searched refs:invScreenRect (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 206 double GLWebViewState::setupDrawing(const IntRect& invScreenRect,
227 shader->setupDrawing(invScreenRect, visibleContentRect, screenRect,
302 // -invScreenRect is the webView's rect with inverted Y screen coordinate.
310 int GLWebViewState::drawGL(IntRect& invScreenRect, SkRect& visibleContentRect,
325 ALOGV("drawGL, invScreenRect(%d, %d, %d, %d), visibleContentRect(%.2f, %.2f, %.2f, %.2f)",
326 invScreenRect.x(), invScreenRect.y(), invScreenRect.width(), invScreenRect.height(),
361 double currentTime = setupDrawing(invScreenRect, visibleContentRect, screenRect
    [all...]
GLWebViewState.h 217 double setupDrawing(const IntRect& invScreenRect, const SkRect& visibleContentRect,
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 254 int drawGL(WebCore::IntRect& invScreenRect, WebCore::IntRect* invalRect,
282 int ret = m_glWebViewState->drawGL(invScreenRect, m_visibleContentRect, invalRect,
767 invScreenRect = _invScreenRect;
778 if (invScreenRect.isEmpty()) {
784 int titlebarHeight = screenRect.height() - invScreenRect.height();
791 WebCore::IntRect localInvScreenRect = invScreenRect;
794 // to the FBO, rather than the screen(which will use invScreenRect).
826 invScreenRect = _invScreenRect;
838 WebCore::IntRect invScreenRect;
889 WebCore::IntRect invScreenRect = jrect_to_webrect(env, jinvscreenrect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.h 123 void setupDrawing(const IntRect& invScreenRect, const SkRect& visibleContentRect,
ShaderProgram.cpp 448 // invScreenRect - inv screen coordinates starting from lower left.
467 void ShaderProgram::setupDrawing(const IntRect& invScreenRect,
502 m_invScreenRect = invScreenRect;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 976 milliseconds