| 20 | |
| 21 | namespace tgfx { |
| 22 | std::shared_ptr<ImageCodec> ImageCodec::MakeNativeCodec(const std::string&) { |
| 23 | return nullptr; |
| 24 | } |
| 25 | |
| 26 | std::shared_ptr<ImageCodec> ImageCodec::MakeNativeCodec(std::shared_ptr<Data>) { |
| 27 | return nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected