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

Method ImageCodec

include/tgfx/core/ImageCodec.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95 protected:
96 ImageCodec(int width, int height, Orientation orientation = Orientation::TopLeft)
97 : ImageGenerator(width, height), _orientation(orientation) {
98 }
99
100 std::shared_ptr<ImageBuffer> onMakeBuffer(bool tryHardware) const override;
101

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected