| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected