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

Function PiuViewDrawContent

modules/piu/Pebble/piuView.c:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void PiuViewDrawContent(PiuView* self, PiuViewDrawContentProc proc, void* it, PiuCoordinate x, PiuCoordinate y, PiuDimension sw, PiuDimension sh)
45{
46 (*proc)(it, self, x, y, sw, sh);
47}
48
49void PiuViewDrawString(PiuView* self, xsSlot* string, xsIntegerValue offset, xsIntegerValue length, PiuFont* font, PiuCoordinate x, PiuCoordinate y, PiuDimension width, PiuDimension stringWidth)
50{

Callers 5

PiuRoundRectDrawFunction · 0.70
PiuQRCodeDrawFunction · 0.70
PiuInverterDrawFunction · 0.70
PiuSVGImageDrawFunction · 0.70
PiuScreenBufferDrawFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected