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

Function BmpGetXY

xdevice.cpp:85–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83void BmpSetXY(Bitmap *b, int x, int y, KV kv)
84 { _SetRGB(_PbXY(b, x, y), RgbR(kv), RgbG(kv), RgbB(kv)); }
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)

Callers 2

FBmpAntialiasFunction · 0.85
WritePNGFunction · 0.85

Calls 1

_GetXYFunction · 0.85

Tested by

no test coverage detected