Searched refs:spin_once_state_ (Results 1 – 2 of 2) sorted by relevance
50 cv::viz::Viz3d::VizImpl::VizImpl(const String &name) : spin_once_state_(false), in VizImpl()99 bool stopped = spin_once_state_ ? interactor_ == 0 : false; in wasStopped()100 spin_once_state_ &= !stopped; in wasStopped()159 spin_once_state_ = true; in spinOnce()
120 mutable bool spin_once_state_; member