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

Method skip

test/streamable_test.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void skip(uint32_t count) override {
38 ++skip_calls_;
39 skipped_pixels_ += count;
40 idx_ += count;
41 }
42
43 uint32_t skip_calls() const { return skip_calls_; }
44 uint32_t skipped_pixels() const { return skipped_pixels_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected