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

Method MakeNativeCodec

src/platform/mock/NativeCodec.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21namespace tgfx {
22std::shared_ptr<ImageCodec> ImageCodec::MakeNativeCodec(const std::string&) {
23 return nullptr;
24}
25
26std::shared_ptr<ImageCodec> ImageCodec::MakeNativeCodec(std::shared_ptr<Data>) {
27 return nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected