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

Function PiuViewPushClip

modules/piu/PC/lin/piuView.c:841–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841void PiuViewPushClip(PiuView* self, PiuCoordinate x, PiuCoordinate y, PiuDimension w, PiuDimension h)
842{
843 cairo_t* cr = (*self)->cairo;
844 cairo_save(cr);
845 cairo_rectangle (cr, x, y, w, h);
846 cairo_clip(cr);
847}
848
849void PiuViewPushColor(PiuView* self, PiuColor color)
850{

Callers 1

PiuRoundContentDrawFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected