| 42 | } |
| 43 | |
| 44 | void 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 | |
| 49 | void PiuViewDrawString(PiuView* self, xsSlot* string, xsIntegerValue offset, xsIntegerValue length, PiuFont* font, PiuCoordinate x, PiuCoordinate y, PiuDimension width, PiuDimension stringWidth) |
| 50 | { |
no outgoing calls
no test coverage detected