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

/external/skia/example/
H A DSkiaSDLExample.cpp35 ApplicationState() : fQuit(false) {}
38 bool fQuit; member in struct:ApplicationState
69 state->fQuit = true;
74 state->fQuit = true;
234 while (!state.fQuit) { // Our application loop

Completed in 43 milliseconds