|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "cardlib.h"
Go to the source code of this file.
Macros | |
| #define | NUMCARDBITMAPS (52+16) |
Functions | |
| HINSTANCE WINAPI | LoadLibrary16 (PSTR) |
| void WINAPI | FreeLibrary16 (HINSTANCE) |
| void | PaintRect (HDC hdc, RECT *rect, COLORREF col) |
| void | LoadCardBitmapsFromLibrary (HINSTANCE hCardDll, int *pwidth, int *pheight) |
| void | LoadCardBitmaps (void) |
| void | FreeCardBitmaps () |
| static void | DrawCheckedRect (HDC hdc, RECT *rect, COLORREF fg, COLORREF bg) |
| void | GetSinkCols (COLORREF crBase, COLORREF *fg, COLORREF *bg, COLORREF *sh1, COLORREF *sh2) |
| HBITMAP | CreateSinkBmp (HDC hdcCompat, HDC hdc, COLORREF col, int width, int height) |
| void | CopyColor (PALETTEENTRY *pe, COLORREF col) |
| HPALETTE | MakePaletteFromCols (COLORREF cols[], int nNumColours) |
| #define NUMCARDBITMAPS (52+16) |
Definition at line 17 of file cardbitmaps.cpp.
| void CopyColor | ( | PALETTEENTRY * | pe, |
| COLORREF | col | ||
| ) |
Definition at line 248 of file cardbitmaps.cpp.
Referenced by MakePaletteFromCols().
Definition at line 176 of file cardbitmaps.cpp.
Referenced by CardWindow::CardWindow(), and CardWindow::SetBackColor().
Definition at line 132 of file cardbitmaps.cpp.
Referenced by CreateSinkBmp().
| void FreeCardBitmaps | ( | ) |
Definition at line 123 of file cardbitmaps.cpp.
Referenced by CardWindow::~CardWindow().
Referenced by LoadCardBitmaps().
Definition at line 168 of file cardbitmaps.cpp.
Referenced by CardWindow::CreateCardPalette(), and CreateSinkBmp().
Definition at line 82 of file cardbitmaps.cpp.
Referenced by CardWindow::CardWindow().
Definition at line 21 of file cardbitmaps.cpp.
Referenced by LoadCardBitmaps().
Referenced by LoadCardBitmaps().
Definition at line 256 of file cardbitmaps.cpp.
Referenced by CardWindow::CreateCardPalette().
Definition at line 116 of file cardlib.cpp.
Referenced by CreateSinkBmp(), CardButton::DrawRect(), CardRegion::PrepareDragBitmaps(), and CardRegion::PrepareDragBitmapsThreed().