MCPcopy Create free account
hub / github.com/Tencent/tgfx / MakeNativeCodec

Function MakeNativeCodec

test/src/utils/TestUtils.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99std::shared_ptr<ImageCodec> MakeNativeCodec(const std::string& path) {
100 return ImageCodec::MakeNativeCodec(ProjectPath::Absolute(path));
101}
102
103std::shared_ptr<Image> MakeImage(const std::string& path) {
104 return Image::MakeFromFile(ProjectPath::Absolute(path));

Callers 2

TGFX_TESTFunction · 0.85
MakeFromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected