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

Function PiuViewGetSize

modules/piu/MC/piuView.c:818–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818void PiuViewGetSize(PiuView* self, PiuDimension *width, PiuDimension *height)
819{
820 Poco poco = (*self)->poco;
821 *width = poco->width;
822 *height = poco->height;
823}
824
825void PiuViewIdleCheck(PiuView* self, PiuInterval idle)
826{

Callers 2

PiuViewDictionaryFunction · 0.70
PiuApplicationResizeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected