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

Function BmGetXY

xdevice.cpp:91–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
94
95// Allocate or reallocate a 24 bit color bitmap to have a given size.

Callers 2

WriteXBitmapFunction · 0.85
WriteAsciiFunction · 0.85

Calls 1

_GetXYFunction · 0.85

Tested by

no test coverage detected