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

Function bm_bpp

bitmap/bitmain.cpp:1286–1286  ·  view source on GitHub ↗

Gets bits per pixel for a particular bitmap As of 12/30/96 always returns 16

Source from the content-addressed store, hash-verified

1284// Gets bits per pixel for a particular bitmap
1285// As of 12/30/96 always returns 16
1286int bm_bpp(int handle) { return BPP_16; }
1287// Given two bitmaps, scales the data from src to the size of dest
1288// Not a particularly fast implementation
1289void bm_ScaleBitmapToBitmap(int dest, int src) {

Callers 8

OnInitDialogMethod · 0.85
UpdateTextureViewsMethod · 0.85
OnInitDialogMethod · 0.85
UpdateWeaponViewMethod · 0.85
OnPaintMethod · 0.85
UpdatePowerupViewMethod · 0.85
loadMethod · 0.85
grMemorySurfaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected