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

Function TelCom_BltToScreen

Descent3/TelCom.cpp:963–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961// performs 16-bit blts.
962
963void TelCom_BltToScreen(int dx, int dy, chunked_bitmap *src_bmp) {
964 TelCom_BltToScreen(dx, dy, src_bmp, 0, 0, src_bmp->pw, src_bmp->ph);
965}
966
967void TelCom_BltToScreen(int dx, int dy, chunked_bitmap *src_bmp, int sx, int sy, int sw, int sh) {
968 rend_DrawScaledChunkedBitmap(src_bmp, dx, dy, sw, sh, 255);

Callers 1

DrawHotSpotOnFunction · 0.85

Calls 1

Tested by

no test coverage detected