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

Method ParserDrawable

test/testing.h:343–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341class ParserDrawable : public Drawable {
342 public:
343 ParserDrawable(Box extents, string data)
344 : streamable_(std::move(extents), data) {}
345
346 ParserDrawable(ColorMode mode, Box extents, string data)
347 : streamable_(mode, std::move(extents), data) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected