MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuInverterDraw

Function PiuInverterDraw

modules/piu/Pebble/piuInverter.c:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63void PiuInverterDraw(void* it, PiuView* view, PiuRectangle area)
64{
65 PiuInverter* self = it;
66 PiuRectangleRecord bounds;
67 PiuRectangleSet(&bounds, 0, 0, (*self)->bounds.width, (*self)->bounds.height);
68 PiuViewDrawContent(view, PiuInverterDrawAux, it, 0, 0, bounds.width, bounds.height);
69}
70
71extern GContext *getPocoPebbleGContext(Poco poco);
72

Callers

nothing calls this directly

Calls 2

PiuRectangleSetFunction · 0.85
PiuViewDrawContentFunction · 0.70

Tested by

no test coverage detected