MCPcopy Create free account
hub / github.com/Tencent/libpag / LoadPAGFile

Function LoadPAGFile

test/src/utils/TestUtils.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107std::shared_ptr<PAGFile> LoadPAGFile(const std::string& path) {
108 return PAGFile::Load(ProjectPath::Absolute(path));
109}
110
111std::shared_ptr<tgfx::ImageCodec> MakeImageCodec(const std::string& path) {
112 return ImageCodec::MakeFrom(ProjectPath::Absolute(path));

Callers 15

PAG_TESTFunction · 0.85
PAG_TESTFunction · 0.85
PAG_TESTFunction · 0.85
PAG_TESTFunction · 0.85
PAG_TESTFunction · 0.85
PAG_TESTFunction · 0.85
PAG_TESTFunction · 0.85
TimeStretchTestFunction · 0.85
PAG_TESTFunction · 0.85
PAG_TESTFunction · 0.85
PAG_TESTFunction · 0.85
PAG_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected