ReactOS 0.4.16-dev-297-gc569aee
|
#include "cardlib.h"
Go to the source code of this file.
Functions | |
void | LoadCardBitmaps (void) |
void | CardLib_SetZoomSpeed (int speed) |
void | PaintRect (HDC hdc, RECT *rect, COLORREF colour) |
Variables | |
double | __CARDZOOMSPEED |
HDC | __hdcCardBitmaps |
HBITMAP | __hbmCardBitmaps |
HDC | __hdcPlaceHolder |
HBITMAP | __hbmPlaceHolder |
HPALETTE | __holdplacepal |
int | __cardwidth |
int | __cardheight |
HPALETTE | __hPalette |
Definition at line 34 of file cardlib.cpp.
Definition at line 82 of file cardbitmaps.cpp.
Definition at line 116 of file cardlib.cpp.
Referenced by CreateSinkBmp(), CardButton::DrawRect(), CardRegion::PrepareDragBitmaps(), and CardRegion::PrepareDragBitmapsThreed().
int __cardheight |
Definition at line 26 of file cardlib.cpp.
Referenced by CardRegion::AdjustPosition(), CardBlt(), CardImageWndProc(), CardRegion::CardRegion(), CardWindow::CardWindow(), CardRegion::Clip(), CreateSol(), CreateSpider(), DrawCardCorner(), DrawHorzCardStrip(), DrawVertCardStrip(), CardRegion::GetNumDragCards(), LoadCardBitmaps(), CardRegion::PrepareDragBitmaps(), CardRegion::PrepareDragBitmapsThreed(), CardRegion::Render(), CardWindow::SetBackColor(), CardRegion::UpdateSize(), and WndProc().
int __cardwidth |
Definition at line 25 of file cardlib.cpp.
Referenced by CardRegion::AdjustPosition(), CardBlt(), CardImageWndProc(), CardRegion::CardRegion(), CardWindow::CardWindow(), CardRegion::Clip(), CreateSol(), CreateSpider(), CardWindow::DistributeStacks(), DrawCardCorner(), DrawHorzCardStrip(), DrawVertCardStrip(), CardRegion::GetNumDragCards(), LoadCardBitmaps(), CardRegion::PrepareDragBitmaps(), CardRegion::PrepareDragBitmapsThreed(), CardRegion::Render(), CardWindow::SetBackColor(), CardRegion::UpdateSize(), and WndProc().
|
extern |
Definition at line 18 of file cardrgnmouse.cpp.
Referenced by CardLib_SetZoomSpeed(), and CardRegion::ZoomCard().
HBITMAP __hbmCardBitmaps |
Definition at line 19 of file cardlib.cpp.
Referenced by FreeCardBitmaps(), and LoadCardBitmapsFromLibrary().
HBITMAP __hbmPlaceHolder |
Definition at line 22 of file cardlib.cpp.
Referenced by CardWindow::CardWindow(), CardWindow::SetBackColor(), and CardWindow::~CardWindow().
HDC __hdcCardBitmaps |
Definition at line 18 of file cardlib.cpp.
Referenced by CardBlt(), CardImageWndProc(), DrawCardCorner(), DrawHorzCardStrip(), DrawVertCardStrip(), FreeCardBitmaps(), and LoadCardBitmapsFromLibrary().
HDC __hdcPlaceHolder |
Definition at line 21 of file cardlib.cpp.
Referenced by CardWindow::CardWindow(), CardRegion::PrepareDragBitmaps(), CardRegion::PrepareDragBitmapsThreed(), CardRegion::Render(), CardWindow::SetBackColor(), and CardWindow::~CardWindow().
HPALETTE __holdplacepal |
Definition at line 23 of file cardlib.cpp.
Referenced by CardWindow::CardWindow(), CardWindow::SetBackColor(), and CardWindow::~CardWindow().
HPALETTE __hPalette |
Definition at line 28 of file cardlib.cpp.
Referenced by CardWindow::CardWindow(), CardWindow::Paint(), CardRegion::PrepareDragBitmaps(), CardRegion::PrepareDragBitmapsThreed(), CardButton::Redraw(), CardWindow::SetBackColor(), and CardWindow::~CardWindow().