Home
last modified time | relevance | path

Searched refs:dclFile (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.cpp242 std::string dclFile = inputFilePath_ + "frame" + std::to_string(curFrameNo_) + ".drawing"; in PlayBackByFrame() local
243 std::cout << "PlayBackByFrame dclFile:" << dclFile << std::endl; in PlayBackByFrame()
245 if (LoadDrawCmdList(dclFile) < 0) { in PlayBackByFrame()
264 std::string dclFile = inputFilePath_ + "frameByOpItem.drawing"; in PlayBackByOpItem() local
265 std::cout << "PlayBackFrame dclFile:" << dclFile << std::endl; in PlayBackByOpItem()
267 if (LoadDrawCmdList(dclFile) < 0) { in PlayBackByOpItem()
465 int DrawingDCL::LoadDrawCmdList(const std::string& dclFile) in LoadDrawCmdList() argument
467 std::string realDclFilePathStr = GetRealPathStr(dclFile); in LoadDrawCmdList()
477 std::cout << "Open file failed" << dclFile.c_str() << std::endl; in LoadDrawCmdList()
H A Ddrawing_playback.h74 int LoadDrawCmdList(const std::string& dclFile);