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

Method ImageSource

src/core/ImageSource.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40ImageSource::ImageSource(std::shared_ptr<ImageGenerator> generator, bool tryHardware)
41 : generator(std::move(generator)), tryHardware(tryHardware) {
42}
43} // namespace tgfx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected