Searched defs:invalRect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.cpp311 IntRect* invalRect, IntRect& screenRect, int titleBarHeight,
330 ALOGV("drawGL, invalRect(%d, %d, %d, %d), screenRect(%d, %d, %d, %d)"
332 invalRect->x(), invalRect->y(), invalRect->width(), invalRect->height(),
399 invalRect->setX(m_frameworkLayersInval.x());
400 invalRect->setY(m_frameworkLayersInval.y());
401 invalRect->setWidth(m_frameworkLayersInval.width());
402 invalRect
310 drawGL(IntRect& invScreenRect, SkRect& visibleContentRect, IntRect* invalRect, IntRect& screenRect, int titleBarHeight, IntRect& screenClip, float scale, bool* collectionsSwappedPtr, bool* newCollectionHasAnimPtr, bool shouldDraw) argument
[all...]
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp254 int drawGL(WebCore::IntRect& invScreenRect, WebCore::IntRect* invalRect, argument
282 int ret = m_glWebViewState->drawGL(invScreenRect, m_visibleContentRect, invalRect,

Completed in 104 milliseconds