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

Function BltBmpToScreen

Descent3/TelComEffects.cpp:1275–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1273}
1274
1275void BltBmpToScreen(int dx, int dy, chunked_bitmap *src_bmp) {
1276 BltBmpToScreen(dx, dy, src_bmp, 0, 0, src_bmp->pw, src_bmp->ph);
1277}
1278void BltBmpToScreen(int dx, int dy, chunked_bitmap *src_bmp, int sx, int sy, int sw, int sh) {
1279 rend_DrawChunkedBitmap(src_bmp, dx, dy, 255);
1280}

Callers 6

TelcomDisplayCornersFunction · 0.85
RenderBmpStaticFunction · 0.85
RenderBmpBlurFunction · 0.85
RenderBmpScanlineFunction · 0.85
RenderBmpInvertFunction · 0.85
RenderButtonFunction · 0.85

Calls 1

rend_DrawChunkedBitmapFunction · 0.50

Tested by

no test coverage detected