Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fillRect
Method · 0.45
translate
Method · 0.45
dx
Method · 0.45
dy
Method · 0.45
Tested by
no test coverage detected