Home
last modified time | relevance | path

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

/external/skia/src/views/ios/
DSkOSWindow_iOS.mm21 fInvalEventIsPending = false;
29 if (!fInvalEventIsPending) {
30 fInvalEventIsPending = true;
37 fInvalEventIsPending = false;
/external/skia/src/views/mac/
DSkOSWindow_Mac.mm20 fInvalEventIsPending = false;
29 if (!fInvalEventIsPending) {
30 fInvalEventIsPending = true;
37 fInvalEventIsPending = false;
/external/skia/include/views/
DSkOSWindow_iOS.h45 bool fInvalEventIsPending; variable
DSkOSWindow_Mac.h52 bool fInvalEventIsPending; variable