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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 208 const IntRect& screenRect, int titleBarHeight,
228 titleBarHeight, screenClip, scale);
311 IntRect* invalRect, IntRect& screenRect, int titleBarHeight,
331 "screenClip (%d, %d, %d, %d), scale %f titleBarHeight %d",
334 screenClip.x(), screenClip.y(), screenClip.width(), screenClip.height(), scale, titleBarHeight);
360 titleBarHeight, screenClip, scale);
GLWebViewState.h 181 IntRect& screenRect, int titleBarHeight,
218 const IntRect& screenRect, int titleBarHeight,
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.h 124 const IntRect& screenRect, int titleBarHeight,
ShaderProgram.cpp 492 const IntRect& screenRect, int titleBarHeight,
496 m_titleBarHeight = titleBarHeight;
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 255 WebCore::IntRect& screenRect, int titleBarHeight,
283 screenRect, titleBarHeight, screenClip, scale,
807 int titlebarHeight = screenRect.height() - invScreenRect.height();
825 titlebarHeight, screenClip, scale, extras, shouldDraw);
832 finalInval.setY(screenRect.y() + titlebarHeight + inval.y());
    [all...]

Completed in 298 milliseconds