Home
last modified time | relevance | path

Searched refs:blitRects (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/win/
DWebView.cpp972 Vector<IntRect> blitRects; in paint() local
974 getUpdateRects(region.get(), windowDirtyRect, blitRects); in paint()
976 blitRects.append(windowDirtyRect); in paint()
978 for (unsigned i = 0; i < blitRects.size(); ++i) in paint()
979 paintIntoWindow(bitmapDC, hdc, blitRects[i]); in paint()