ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Functions | |
BOOL WINAPI | WEP (DWORD Unknown) |
BOOL WINAPI | cdtInit (INT *Width, INT *Height) |
VOID WINAPI | cdtTerm (VOID) |
BOOL WINAPI | cdtDraw (HDC hdc, INT x, INT y, INT card, INT type, COLORREF color) |
static __inline VOID | BltCard (HDC hdc, INT x, INT y, INT dx, INT dy, HDC hdcCard, DWORD dwRasterOp, BOOL bStretch) |
BOOL WINAPI | cdtDrawExt (HDC hdc, INT x, INT y, INT dx, INT dy, INT card, INT type, COLORREF color) |
BOOL WINAPI | cdtAnimate (HDC hdc, int cardback, int x, int y, int frame) |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
Variables | |
HBITMAP | g_CardBitmaps [MAX_CARD_BITMAPS] |
HINSTANCE | g_hModule = 0 |
|
static |
Definition at line 82 of file cards.c.
Referenced by cdtDrawExt().
Definition at line 74 of file cards.c.
BOOL WINAPI cdtDrawExt | ( | HDC | hdc, |
INT | x, | ||
INT | y, | ||
INT | dx, | ||
INT | dy, | ||
INT | card, | ||
INT | type, | ||
COLORREF | color | ||
) |
Definition at line 124 of file cards.c.
Referenced by cdtDraw().
HBITMAP g_CardBitmaps[MAX_CARD_BITMAPS] |
Definition at line 28 of file cards.c.
Referenced by cdtDrawExt(), cdtInit(), and cdtTerm().