| 415 | } |
| 416 | |
| 417 | void PiuSVGImage_set_cy(xsMachine* the) |
| 418 | { |
| 419 | PiuSVGImage* self = PIU(SVGImage, xsThis); |
| 420 | (*self)->cy = xsToNumber(xsArg(0)); |
| 421 | (*self)->transforming = 1; |
| 422 | PiuSVGImageInvalidate(self, NULL); |
| 423 | } |
| 424 | |
| 425 | void PiuSVGImage_rotate(xsMachine* the) |
| 426 | { |
nothing calls this directly
no test coverage detected