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

Method asyncSupport

src/platform/web/NativeCodec.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool NativeCodec::asyncSupport() const {
84 // The native codec can be only used in the main thread.
85 return false;
86}
87
88bool NativeCodec::onReadPixels(ColorType colorType, AlphaType alphaType, size_t dstRowBytes,
89 void* dstPixels) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected