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

Method createRawStream

test/nibble_rect_test.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115 const Box& extents() const { return window_; }
116 std::unique_ptr<NibbleRectWindowIteratorRawStream> createRawStream() const {
117 return std::unique_ptr<NibbleRectWindowIteratorRawStream>(
118 new NibbleRectWindowIteratorRawStream(rect_, window_));
119 }
120
121 Grayscale4 color_mode() const { return Grayscale4(); }
122

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected