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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 311 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->setHeight(m_frameworkLayersInval.height())
    [all...]
GLWebViewState.h 180 int drawGL(IntRect& rect, SkRect& visibleContentRect, IntRect* invalRect,
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 269 Rect invalRect = new Rect(mDrawRect);
283 invalRect.union(mDrawRect);
284 invalRect.inset(-10, -10);
285 mContext.invalidate(invalRect);
  /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,
    [all...]

Completed in 132 milliseconds