Searched refs:blitRects (Results 1 – 1 of 1) sorted by relevance
972 Vector<IntRect> blitRects; in paint() local974 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()