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

Function PiuViewValidateRegion

modules/piu/MC/piuView.c:1293–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1291}
1292
1293void PiuViewValidateRegion(PiuView* self, PiuRegion* region)
1294{
1295#ifdef piuGPU
1296#else
1297 PiuViewCombineRegion(self, region, piuRegionDifferenceOp);
1298#endif
1299}
1300
1301void PiuApplication_animateColors(xsMachine* the)
1302{

Callers

nothing calls this directly

Calls 1

PiuViewCombineRegionFunction · 0.85

Tested by

no test coverage detected