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