Home
last modified time | relevance | path

Searched refs:MSKPSrc (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.h42 class MSKPSrc {
44 explicit MSKPSrc(const std::string& path);
94 std::unique_ptr<MSKPSrc> mskpPtr;
H A Ddrawing_playback.cpp116 MSKPSrc::MSKPSrc(const std::string& path) : fPath_(path) in MSKPSrc() function in OHOS::Rosen::MSKPSrc
132 bool MSKPSrc::NextFrame() in NextFrame()
142 bool MSKPSrc::Draw(SkCanvas* c) const in Draw()
157 mskpPtr = std::make_unique<MSKPSrc>("/data/OH.mskp"); in DrawingDCL()