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

Method AtlasCellDecodeTask

src/core/AtlasCellDecodeTask.h:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25class AtlasCellDecodeTask final : public Task {
26 public:
27 AtlasCellDecodeTask(std::shared_ptr<ImageCodec> imageCodec, void* dstPixels,
28 const ImageInfo& dstInfo, int padding)
29 : imageCodec(std::move(imageCodec)), dstPixels(dstPixels), dstInfo(dstInfo),
30 padding(padding) {
31 }
32
33 protected:
34 void onExecute() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected