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

Function SetXY

xdevice.cpp:87–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85KV BmpGetXY(CONST Bitmap *b, int x, int y)
86 { return _GetXY(b, x, y); }
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)

Callers 2

DrawFillFunction · 0.85
XChartRisingFunction · 0.85

Calls 1

BmpSetXYFunction · 0.85

Tested by

no test coverage detected