Home
last modified time | relevance | path

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

/external/skia/example/
DSkiaSDLExample.cpp39 ApplicationState() : fQuit(false) {} in ApplicationState()
42 bool fQuit; member
73 state->fQuit = true; in handle_events()
78 state->fQuit = true; in handle_events()
261 while (!state.fQuit) { // Our application loop
/external/skqp/example/
DSkiaSDLExample.cpp39 ApplicationState() : fQuit(false) {} in ApplicationState()
42 bool fQuit; member
73 state->fQuit = true; in handle_events()
78 state->fQuit = true; in handle_events()
261 while (!state.fQuit) { // Our application loop