| 1283 | #endif |
| 1284 | |
| 1285 | void PiuViewValidate(PiuView* self, PiuRectangle area) |
| 1286 | { |
| 1287 | #ifdef piuGPU |
| 1288 | #else |
| 1289 | PiuViewCombine(self, area, piuRegionDifferenceOp); |
| 1290 | #endif |
| 1291 | } |
| 1292 | |
| 1293 | void PiuViewValidateRegion(PiuView* self, PiuRegion* region) |
| 1294 | { |
nothing calls this directly
no test coverage detected