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

Method createStream

test/offscreen_test.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 color_mode_(color_mode) {}
257
258 std::unique_ptr<PixelStream> createStream() const override {
259 return std::unique_ptr<PixelStream>(new ColorStream<TrivialColorReader>(
260 extents_, colors_, extents_, color_mode_));
261 }
262
263 std::unique_ptr<PixelStream> createStream(const Box& bounds) const override {
264 return std::unique_ptr<PixelStream>(new ColorStream<TrivialColorReader>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected