MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuViewValidate

Function PiuViewValidate

modules/piu/MC/piuView.c:1285–1291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283#endif
1284
1285void PiuViewValidate(PiuView* self, PiuRectangle area)
1286{
1287#ifdef piuGPU
1288#else
1289 PiuViewCombine(self, area, piuRegionDifferenceOp);
1290#endif
1291}
1292
1293void PiuViewValidateRegion(PiuView* self, PiuRegion* region)
1294{

Callers

nothing calls this directly

Calls 1

PiuViewCombineFunction · 0.85

Tested by

no test coverage detected