Home
last modified time | relevance | path

Searched refs:fInvalEventIsPending (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/views/ios/
DSkOSWindow_iOS.mm14 fInvalEventIsPending = false;
22 if (!fInvalEventIsPending) {
23 fInvalEventIsPending = true;
30 fInvalEventIsPending = false;
/external/skia/src/views/mac/
DSkOSWindow_Mac.mm22 fInvalEventIsPending = false;
31 if (!fInvalEventIsPending) {
32 fInvalEventIsPending = true;
39 fInvalEventIsPending = false;
/external/skia/include/views/
DSkOSWindow_iOS.h44 bool fInvalEventIsPending; variable
DSkOSWindow_Mac.h54 bool fInvalEventIsPending; variable