Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dvectorizerpopup.cpp101 bool l_quitLoop = false; variable
1018 while (!l_quitLoop) in apply()
1022 l_quitLoop = false; in apply()
1077 void VectorizerPopup::onFinished() { l_quitLoop = true; } in onFinished()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stopmotion/
H A Dcanon.cpp17 bool l_quitLoop = false; variable
45 void Canon::onFinished() { l_quitLoop = true; } in onFinished()
1139 while (!l_quitLoop) in downloadEVFData()
1143 l_quitLoop = false; in downloadEVFData()