Home
last modified time | relevance | path

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

/third_party/flutter/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