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

Function BmpSetXY

xdevice.cpp:83–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81INLINE void _GetRGB(CONST byte *pb, int *r, int *g, int *b)
82 { *b = *pb; *g = *(pb+1); *r = *(pb+2); }
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)

Callers 9

DrawPointFunction · 0.85
DrawBlockFunction · 0.85
DrawStarFunction · 0.85
DrawPointDitherFunction · 0.85
XChartRisingFunction · 0.85
SetXYFunction · 0.85
BmpCopyBlock2Function · 0.85
FBmpDrawMapFunction · 0.85
FBmpAntialiasFunction · 0.85

Calls 2

_SetRGBFunction · 0.85
_PbXYFunction · 0.85

Tested by

no test coverage detected