Searched refs:currentStep_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 84 currentStep_ = -1; in Reset() 105 currentStep_ = -1; in Rewind() 118 if (currentStep_ < 0) { in GenerateVertex() 124 --currentStep_; in GenerateVertex() 130 --currentStep_; in GenerateVertex() 140 --currentStep_; in GenerateVertex() 365 currentStep_ = -1; in Reset() 386 currentStep_ = -1; in Rewind() 407 --currentStep_; in GenerateVertex() 414 --currentStep_; in GenerateVertex() [all …]
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/ |
H A D | gradual_animator.cpp | 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()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_curves.h | 39 QuadBezierCurveIncr() : numberSteps_(0), currentStep_(0), approximationScale_(1.0f) {} in QuadBezierCurveIncr() 44 : numberSteps_(0), currentStep_(0), approximationScale_(1.0f) in QuadBezierCurveIncr() 75 int32_t currentStep_; variable 187 : numberSteps_(0), currentStep_(0), approximationScale_(1.0f) {} in CubicBezierCurveIncrement() 191 : numberSteps_(0), currentStep_(0), approximationScale_(1.0f) in CubicBezierCurveIncrement() 197 : numberSteps_(0), currentStep_(0), approximationScale_(1.0f) in CubicBezierCurveIncrement() 234 int32_t currentStep_; variable
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/ |
H A D | gradual_animator.h | 62 std::atomic_uint32_t currentStep_; variable
|