MCPcopy Create free account
hub / github.com/NetHack/NetHack / nhapply_image_transparent

Function nhapply_image_transparent

outdated/sys/wince/mhmap.c:948–955  ·  view source on GitHub ↗

apply bitmap pointed by sourceDc transparently over bitmap pointed by hDC */

Source from the content-addressed store, hash-verified

946/* apply bitmap pointed by sourceDc transparently over
947 bitmap pointed by hDC */
948void
949nhapply_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}

Callers 2

onPaintFunction · 0.85
onDrawItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected