Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_command.cpp117 opItemStep_ = std::stod(augment.c_str()); in HandleCommand()
118 opItemStep_ = opItemStep_ > 0 ? opItemStep_ : 1; in HandleCommand()
148 if (opItemStep_ < 0) { in CheckParameter()
150 opItemStep_ = 1; in CheckParameter()
H A Ddrawing_playback.cpp201 sleep(opItemStep_); in ReplayMSKP()
208 sleep(opItemStep_); in ReplayMSKP()
275 opitemId -= opItemStep_; in PlayBackByOpItem()
281 opitemId += opItemStep_; in PlayBackByOpItem()
323 opItemStep_ = std::stod(words[1]); in GetDirectionAndStep()
333 opItemStep_ = dclCommand.opItemStep_; in UpdateParametersFromDCLCommand()
375 … std::cout << "Do you want to execute " << opItemStep_ << " OpItems " << opActionsStr << " ?\n" in Test()
H A Ddrawing_command.h87 double opItemStep_ = 1; variable
H A Ddrawing_playback.h88 double opItemStep_ = 4; variable