| 38 | } |
| 39 | |
| 40 | ImageSource::ImageSource(std::shared_ptr<ImageGenerator> generator, bool tryHardware) |
| 41 | : generator(std::move(generator)), tryHardware(tryHardware) { |
| 42 | } |
| 43 | } // namespace tgfx |
nothing calls this directly
no outgoing calls
no test coverage detected