| 1291 | } |
| 1292 | |
| 1293 | void PiuViewValidateRegion(PiuView* self, PiuRegion* region) |
| 1294 | { |
| 1295 | #ifdef piuGPU |
| 1296 | #else |
| 1297 | PiuViewCombineRegion(self, region, piuRegionDifferenceOp); |
| 1298 | #endif |
| 1299 | } |
| 1300 | |
| 1301 | void PiuApplication_animateColors(xsMachine* the) |
| 1302 | { |
nothing calls this directly
no test coverage detected