| 440 | } |
| 441 | |
| 442 | void CRenderEngine::FreeImage(const TImageInfo* bitmap) |
| 443 | { |
| 444 | if (bitmap->hBitmap) { |
| 445 | ::DeleteObject(bitmap->hBitmap) ; |
| 446 | } |
| 447 | delete bitmap ; |
| 448 | } |
| 449 | |
| 450 | void CRenderEngine::DrawImage(HDC hDC, HBITMAP hBitmap, const RECT& rc, const RECT& rcPaint, |
| 451 | const RECT& rcBmpPart, const RECT& rcCorners, bool alphaChannel, |
nothing calls this directly
no outgoing calls
no test coverage detected