Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.h61 bool GetDirectionAndStep(std::string command, bool &isMoreOps);
H A Ddrawing_playback.cpp287 bool DrawingDCL::GetDirectionAndStep(std::string command, bool &isMoreOps) in GetDirectionAndStep() function in OHOS::Rosen::DrawingDCL
381 } while (!GetDirectionAndStep(line, isMoreOps)); in Test()