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

Method ParserStream

test/testing.h:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 using PixelStream::read;
257
258 ParserStream(ColorMode mode, const string& content, Box extents, Box bounds)
259 : mode_(mode),
260 stream_(content),
261 extents_(extents),
262 bounds_(bounds),
263 x_(extents.xMin()),
264 y_(extents.yMin()) {}
265
266 void read(Color* buf, uint16_t size, uint32_t& run_length) override {
267 run_length = 0;

Callers

nothing calls this directly

Calls 2

xMinMethod · 0.80
yMinMethod · 0.80

Tested by

no test coverage detected