MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / FreeLargeBitmap

Function FreeLargeBitmap

Descent3/newui.cpp:830–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830void FreeLargeBitmap(tLargeBitmap *bmp) {
831 chunked_bitmap chunk;
832
833 chunk.w = bmp->bmps_w;
834 chunk.h = bmp->bmps_h;
835 chunk.bm_array = bmp->bm_array;
836 bm_DestroyChunkedBitmap(&chunk);
837}
838
839void DrawLargeBitmap(tLargeBitmap *bmp, int x, int y, float alpha) {
840 chunked_bitmap chunk;

Callers 3

PostLevelResultsFunction · 0.85
LoadLevelProgressFunction · 0.85
OnDestroyMethod · 0.85

Calls 1

bm_DestroyChunkedBitmapFunction · 0.85

Tested by

no test coverage detected