Gets bits per pixel for a particular bitmap As of 12/30/96 always returns 16
| 1284 | // Gets bits per pixel for a particular bitmap |
| 1285 | // As of 12/30/96 always returns 16 |
| 1286 | int 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 |
| 1289 | void bm_ScaleBitmapToBitmap(int dest, int src) { |
no outgoing calls
no test coverage detected