| 613 | } |
| 614 | |
| 615 | void 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 | |
| 620 | void PiuViewDrawStringSubPixel(PiuView* self, xsSlot* slot, xsIntegerValue offset, xsIntegerValue length, PiuFont* font, double x, double y, PiuDimension w, PiuDimension sw) |
| 621 | { |
nothing calls this directly
no test coverage detected