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

Function PiuRectangleOffset

modules/piu/All/piuRectangle.c:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void PiuRectangleOffset(PiuRectangle r, PiuCoordinate dx, PiuCoordinate dy)
146{
147 r->x += dx;
148 r->y += dy;
149}
150
151void PiuRectangleScaleToFill(PiuRectangle r0, PiuRectangle r1, PiuRectangle r2)
152{

Callers 9

PiuScrollerInvalidateFunction · 0.85
PiuScrollerUpdateFunction · 0.85
PiuRectangleScaleToFillFunction · 0.85
PiuRectangleScaleToFitFunction · 0.85
PiuContainerInvalidateFunction · 0.85
PiuContainerUpdateFunction · 0.85
PiuContentInvalidateFunction · 0.85
PiuContentUpdateFunction · 0.85
PiuDieUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected