OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_currentdirtyareaindex
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
BaseTile.cpp
79
m_currentDirtyAreaIndex
= 0;
328
SkRegion dirtyArea = m_dirtyArea[
m_currentDirtyAreaIndex
];
377
if (m_fullRepaint[
m_currentDirtyAreaIndex
]
452
m_fullRepaint[
m_currentDirtyAreaIndex
] = false;
462
m_dirtyArea[
m_currentDirtyAreaIndex
].setEmpty();
464
m_dirtyArea[
m_currentDirtyAreaIndex
].op(dirtyArea, SkRegion::kDifference_Op);
466
if (!m_dirtyArea[
m_currentDirtyAreaIndex
].isEmpty())
472
m_currentDirtyAreaIndex
= (
m_currentDirtyAreaIndex
+1) % m_maxBufferNumber;
474
if (!m_dirtyArea[
m_currentDirtyAreaIndex
].isEmpty()
[
all
...]
BaseTile.h
178
int
m_currentDirtyAreaIndex
;
Completed in 101 milliseconds