OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_backingStoreState
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp
224
,
m_backingStoreState
(None)
774
if (
m_backingStoreState
== Hardware) {
788
m_backingStoreState
= Mixed;
792
m_backingStoreState
= Software;
794
} else if (
m_backingStoreState
== Mixed) {
800
m_backingStoreState
= Software;
802
} else if (
m_backingStoreState
== None) {
803
m_backingStoreState
= Software;
812
if (
m_backingStoreState
== Software) {
815
} else if (
m_backingStoreState
== Mixed)
[
all
...]
PlatformContextSkia.h
229
mutable enum { None, Software, Mixed, Hardware }
m_backingStoreState
;
Completed in 549 milliseconds