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

/external/skia/example/
H A DSkiaSDLExample.cpp36 ApplicationState() : fQuit(false) {}
39 bool fQuit; member in struct:ApplicationState
70 state->fQuit = true;
75 state->fQuit = true;
233 while (!state.fQuit) { // Our application loop

Completed in 491 milliseconds