Searched refs:MSKPSrc (Results 1 – 2 of 2) sorted by relevance
42 class MSKPSrc {44 explicit MSKPSrc(const std::string& path);94 std::unique_ptr<MSKPSrc> mskpPtr;
116 MSKPSrc::MSKPSrc(const std::string& path) : fPath_(path) in MSKPSrc() function in OHOS::Rosen::MSKPSrc132 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()