Home
last modified time | relevance | path

Searched defs:dclFile (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp242 std::string dclFile = inputFilePath_ + "frame" + std::to_string(curFrameNo_) + ".drawing"; in PlayBackByFrame() local
264 std::string dclFile = inputFilePath_ + "frameByOpItem.drawing"; in PlayBackByOpItem() local
465 int DrawingDCL::LoadDrawCmdList(const std::string& dclFile) in LoadDrawCmdList()