Searched refs:fQuit (Results 1 - 2 of 2) sorted by relevance

/external/skia/example/
H A DSkiaSDLExample.cpp38 ApplicationState() : fQuit(false) {}
41 bool fQuit; member in struct:ApplicationState
72 state->fQuit = true;
77 state->fQuit = true;
258 while (!state.fQuit) { // Our application loop
/external/skqp/example/
H A DSkiaSDLExample.cpp38 ApplicationState() : fQuit(false) {}
41 bool fQuit; member in struct:ApplicationState
72 state->fQuit = true;
77 state->fQuit = true;
258 while (!state.fQuit) { // Our application loop

Completed in 633 milliseconds