Searched refs:m_backingStoreDirtyRegion (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp808 m_backingStoreDirtyRegion.clear();
859 if (m_backingStoreDirtyRegion) {
861 ::CombineRgn(combinedRegion, m_backingStoreDirtyRegion->handle(), newRegion, RGN_OR);
863 m_backingStoreDirtyRegion = RefCountedHRGN::create(combinedRegion);
865 m_backingStoreDirtyRegion = RefCountedHRGN::create(newRegion);
999 if (m_backingStoreBitmap && (m_backingStoreDirtyRegion || backingStoreCompletelyDirty)) {
1006 if (!backingStoreCompletelyDirty && m_backingStoreDirtyRegion) {
1008 ::GetRgnBox(m_backingStoreDirtyRegion->handle(), &regionBox);
1009 getUpdateRects(m_backingStoreDirtyRegion->handle(), regionBox, paintRects);
1022 m_backingStoreDirtyRegion
[all...]
H A DWebView.h1091 RefPtr<RefCountedHRGN> m_backingStoreDirtyRegion; member in class:WebView

Completed in 185 milliseconds