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

Method MakeNativeCodec

src/platform/web/NativeCodec.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49std::shared_ptr<ImageCodec> ImageCodec::MakeNativeCodec(const std::string&) {
50 return nullptr;
51}
52
53std::shared_ptr<ImageCodec> ImageCodec::MakeNativeCodec(std::shared_ptr<Data> imageBytes) {
54 auto imageSize = WebImageInfo::GetSize(imageBytes);

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected