MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / GetXY

Function GetXY

xdevice.cpp:89–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87void SetXY(int x, int y, KI ki)
88 { if (!gi.fBmp) BmSet(gi.bm, x, y, ki); else BmpSetXY(&gi.bmp, x, y, ki); }
89KI GetXY(int x, int y)
90 { return !gi.fBmp ? FBmGet(gi.bm, x, y) : _GetXY(&gi.bmp, x, y); }
91KI BmGetXY(int x, int y)
92 { return !gi.fBmp ? FBmGet(gi.bm, x, y) : (_GetXY(&gi.bmp, x, y) > 0)*15; }
93

Callers 1

DrawFillFunction · 0.85

Calls 1

_GetXYFunction · 0.85

Tested by

no test coverage detected