Home
last modified time | relevance | path

Searched refs:W_LoadBitmap (Results 1 – 2 of 2) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.h84 int W_LoadBitmap(W_Window window, char *path, Pixmap *pixmap, int *width, int *height, int *x_hot, …
H A Dx11window.c2502 if (W_LoadBitmap(window, path, &mapcursmaskbit, &w, &h, &xh, &yh) != 1) in W_DefineMapcursor()
2554 if (W_LoadBitmap(window, path, &localcursmaskbit, &w, &h, &xh, &yh) != 1) in W_DefineLocalcursor()
2727 if (W_LoadBitmap(window, path, &pm, &w, &h, &xh, &yh) != 1) in W_DefineTrekCursor()
2736 if (W_LoadBitmap(window, mask_path, &mpm, &mw, &mh, &mxh, &myh) != 1) in W_DefineTrekCursor()
2807 if (W_LoadBitmap(window, path, &pm, &w, &h, &xh, &yh) != 1) in W_DefineArrowCursor()
2816 if (W_LoadBitmap(window, mask_path, &mpm, &mw, &mh, &mxh, &myh) != 1) in W_DefineArrowCursor()
2865 if (W_LoadBitmap(window, path, &pm, &w, &h, &xh, &yh) != 1) in W_DefineTextCursor()
2874 if (W_LoadBitmap(window, mask_path, &mpm, &mw, &mh, &mxh, &myh) != 1) in W_DefineTextCursor()
2936W_LoadBitmap(W_Window window, char *path, Pixmap * pixmap, int *width, int *height, int *x_hot, in… in W_LoadBitmap() function