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

Method drawTo

test/drawing_context_test.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266 private:
267 void drawTo(const Surface& s) const override {
268 s.out().fillRect(BlendingMode::kSource,
269 extents().translate(s.dx(), s.dy()), color::White);
270 }
271 };
272
273 class MyCompound : public Drawable {

Callers

nothing calls this directly

Calls 4

fillRectMethod · 0.45
translateMethod · 0.45
dxMethod · 0.45
dyMethod · 0.45

Tested by

no test coverage detected