OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_backingStoreDirtyRegion
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/win/
WebView.cpp
766
m_backingStoreDirtyRegion
.clear();
817
if (
m_backingStoreDirtyRegion
) {
819
::CombineRgn(combinedRegion,
m_backingStoreDirtyRegion
->handle(), newRegion, RGN_OR);
821
m_backingStoreDirtyRegion
= RefCountedHRGN::create(combinedRegion);
823
m_backingStoreDirtyRegion
= RefCountedHRGN::create(newRegion);
958
if (m_backingStoreBitmap && (
m_backingStoreDirtyRegion
|| backingStoreCompletelyDirty)) {
965
if (!backingStoreCompletelyDirty &&
m_backingStoreDirtyRegion
) {
967
::GetRgnBox(
m_backingStoreDirtyRegion
->handle(), ®ionBox);
968
getUpdateRects(
m_backingStoreDirtyRegion
->handle(), regionBox, paintRects);
981
m_backingStoreDirtyRegion
.clear()
[
all
...]
WebView.h
[
all
...]
Completed in 205 milliseconds