ReactOS 0.4.16-dev-320-g3bd9ddc
|
Go to the source code of this file.
Functions | |
HPALETTE | UseNicePalette (HDC hdc, HPALETTE hPalette) |
void | RestorePalette (HDC hdc, HPALETTE hOldPal) |
HPALETTE | MakePaletteFromCols (COLORREF cols[], int nNumColours) |
void | PaintRect (HDC hdc, RECT *rect, COLORREF colour) |
HBITMAP | CreateSinkBmp (HDC hdcCompat, HDC hdc, COLORREF col, int width, int height) |
void | GetSinkCols (COLORREF crBase, COLORREF *fg, COLORREF *bg, COLORREF *sh1, COLORREF *sh2) |
void | LoadCardBitmaps () |
void | FreeCardBitmaps () |
void | RegisterCardWindow () |
Variables | |
HPALETTE | __holdplacepal |
static TCHAR | szCardName [] = _T("CardWnd32") |
static bool | fRegistered = false |
static LONG | uCardBitmapRef = 0 |
Definition at line 176 of file cardbitmaps.cpp.
Referenced by CardWindow::CardWindow(), and CardWindow::SetBackColor().
void FreeCardBitmaps | ( | ) |
Definition at line 123 of file cardbitmaps.cpp.
Referenced by CardWindow::~CardWindow().
Definition at line 168 of file cardbitmaps.cpp.
Referenced by CardWindow::CreateCardPalette(), and CreateSinkBmp().
void LoadCardBitmaps | ( | ) |
Definition at line 82 of file cardbitmaps.cpp.
Referenced by CardWindow::CardWindow().
Definition at line 256 of file cardbitmaps.cpp.
Referenced by CardWindow::CreateCardPalette().
Definition at line 116 of file cardlib.cpp.
void RegisterCardWindow | ( | ) |
Definition at line 42 of file cardwindow.cpp.
Definition at line 24 of file cardwindow.cpp.
HPALETTE UseNicePalette | ( | HDC | hdc, |
HPALETTE | hPalette | ||
) |
Definition at line 14 of file cardwindow.cpp.
Referenced by CardWindow::CardWindow(), CardWindow::Paint(), CardRegion::PrepareDragBitmaps(), CardRegion::PrepareDragBitmapsThreed(), CardButton::Redraw(), and CardWindow::SetBackColor().
|
extern |
Definition at line 23 of file cardlib.cpp.
Referenced by CardWindow::CardWindow(), CardWindow::SetBackColor(), and CardWindow::~CardWindow().
Definition at line 38 of file cardwindow.cpp.
Referenced by CardWindow::CardWindow().
Definition at line 37 of file cardwindow.cpp.
Referenced by CardWindow::Create().
|
static |
Definition at line 39 of file cardwindow.cpp.
Referenced by CardWindow::CardWindow(), and CardWindow::~CardWindow().