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

  /external/webkit/Source/WebKit/win/
WebView.cpp 964 Vector<IntRect> paintRects;
968 getUpdateRects(m_backingStoreDirtyRegion->handle(), regionBox, paintRects);
972 paintRects.append(clientRect);
975 for (unsigned i = 0; i < paintRects.size(); ++i)
976 paintIntoBackingStore(frameView, bitmapDC, paintRects[i], windowsToPaint);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 678 Vector<IntRect> paintRects;
680 paintRects.append(IntRect(rects.get()[i]));
682 paintWebView(frame, priv->transparent, gc, static_cast<IntRect>(event->area), paintRects);
    [all...]

Completed in 1315 milliseconds