Searched refs:currentStep_ (Results 1 – 2 of 2) sorted by relevance
68 currentStep_ = 0; in StartAnimation()107 currentStep_++; in NextStep()108 if (currentStep_ == 1) { in NextStep()111 if (currentStep_ < totalSteps_) { in NextStep()133 currentStep_.load(), currentBrightness_.load(), stride_.load()); in NextStep()
62 std::atomic_uint32_t currentStep_; variable