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

Method NativeCodec

src/platform/web/NativeCodec.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75NativeCodec::NativeCodec(int width, int height, std::shared_ptr<Data> imageBytes)
76 : ImageCodec(width, height), imageBytes(std::move(imageBytes)) {
77}
78
79NativeCodec::NativeCodec(int width, int height, emscripten::val nativeImage)
80 : ImageCodec(width, height), nativeImage(std::move(nativeImage)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected