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

Function PiuViewDrawString

modules/piu/PC/lin/piuView.c:615–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615void PiuViewDrawString(PiuView* self, xsSlot* slot, xsIntegerValue offset, xsIntegerValue length, PiuFont* font, PiuCoordinate x, PiuCoordinate y, PiuDimension w, PiuDimension sw)
616{
617 PiuViewDrawStringSubPixel(self, slot, offset, length, font, x, y, w, sw);
618}
619
620void PiuViewDrawStringSubPixel(PiuView* self, xsSlot* slot, xsIntegerValue offset, xsIntegerValue length, PiuFont* font, double x, double y, PiuDimension w, PiuDimension sw)
621{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected