apply bitmap pointed by sourceDc transparently over bitmap pointed by hDC */
| 946 | /* apply bitmap pointed by sourceDc transparently over |
| 947 | bitmap pointed by hDC */ |
| 948 | void |
| 949 | nhapply_image_transparent(HDC hDC, int x, int y, int width, int height, |
| 950 | HDC sourceDC, int s_x, int s_y, int s_width, |
| 951 | int s_height, COLORREF cTransparent) |
| 952 | { |
| 953 | TransparentImage(hDC, x, y, width, height, sourceDC, s_x, s_y, s_width, |
| 954 | s_height, cTransparent); |
| 955 | } |
no outgoing calls
no test coverage detected