MCPcopy Create free account
hub / github.com/dejwk/roo_display / createStream

Method createStream

test/offscreen_test.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 color_mode_(color_mode) {}
223
224 std::unique_ptr<PixelStream> createStream() const override {
225 return std::unique_ptr<PixelStream>(
226 new ColorStream<Reader>(extents_, data_, extents_, color_mode_));
227 }
228
229 std::unique_ptr<PixelStream> createStream(const Box& bounds) const override {
230 return std::unique_ptr<PixelStream>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected