| 89 | KI GetXY(int x, int y) |
| 90 | { return !gi.fBmp ? FBmGet(gi.bm, x, y) : _GetXY(&gi.bmp, x, y); } |
| 91 | KI 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. |
no test coverage detected