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

Method ColorStream

test/offscreen_test.cpp:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172 template <typename... Args>
173 ColorStream(Box bounds, Args&&... args)
174 : reader_(std::forward<Args>(args)...),
175 bounds_(std::move(bounds)),
176 x_(bounds_.xMin()),
177 y_(bounds_.yMin()) {}
178
179 void read(Color* buf, uint16_t size, uint32_t& run_length) override {
180 run_length = 0;

Callers

nothing calls this directly

Calls 2

xMinMethod · 0.80
yMinMethod · 0.80

Tested by

no test coverage detected