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

Function DrawLargeBitmap

Descent3/newui.cpp:839–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839void DrawLargeBitmap(tLargeBitmap *bmp, int x, int y, float alpha) {
840 chunked_bitmap chunk;
841
842 chunk.w = bmp->bmps_w;
843 chunk.h = bmp->bmps_h;
844 chunk.bm_array = bmp->bm_array;
845 rend_DrawChunkedBitmap(&chunk, x, y, alpha * 255);
846}
847
848///////////////////////////////////////////////////////////////////////////////
849// Listbox procedure.

Callers 3

PLResultsFrameFunction · 0.85
LoadLevelProgressFunction · 0.85
MenuSceneFunction · 0.85

Calls 1

rend_DrawChunkedBitmapFunction · 0.50

Tested by

no test coverage detected