Home
last modified time | relevance | path

Searched refs:fIsContentInvalidated (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/viewer/sk_app/
DWindow.cpp163 if (!fIsContentInvalidated) { in inval()
164 fIsContentInvalidated = true; in inval()
170 fIsContentInvalidated = false; in markInvalProcessed()
DWindow.h231 bool fIsContentInvalidated = false; // use this to avoid duplicate invalidate events variable