ReactOS 0.4.16-dev-329-g9223134
|
#include "cardlib.h"
Go to the source code of this file.
Functions | |
HPALETTE | UseNicePalette (HDC hdc, HPALETTE hPalette) |
void | PaintRect (HDC hdc, RECT *rect, COLORREF colour) |
void | CardBlt (HDC hdc, int x, int y, int nCardNum) |
void | DrawCard (HDC hdc, int x, int y, HDC hdcSource, int width, int height) |
void | DrawHorzCardStrip (HDC hdc, int x, int y, int nCardNum, int height, BOOL fDrawTips) |
void | DrawVertCardStrip (HDC hdc, int x, int y, int nCardNum, int width, BOOL fDrawTips) |
void | DrawCardCorner (HDC hdc, int x, int y, int cardval, int xdir, int ydir) |
int | ClipCard (HDC hdc, int x, int y, int width, int height) |
int | calc_offset (int offset, int numcards, int numtodrag, int realvisible) |
Definition at line 370 of file cardrgndraw.cpp.
Referenced by CardRegion::PrepareDragBitmaps(), and CardRegion::PrepareDragBitmapsThreed().
Definition at line 22 of file cardrgndraw.cpp.
Referenced by CardRegion::PrepareDragBitmaps(), CardRegion::PrepareDragBitmapsThreed(), and CardRegion::Render().
Definition at line 198 of file cardrgndraw.cpp.
Referenced by CardRegion::Clip(), and CardRegion::MoveDragCardTo().
Definition at line 180 of file cardrgndraw.cpp.
Referenced by CardRegion::MoveDragCardTo(), CardRegion::PrepareDragBitmaps(), CardRegion::PrepareDragBitmapsThreed(), and CardRegion::Render().
Definition at line 138 of file cardrgndraw.cpp.
Referenced by CardRegion::Render().
Definition at line 48 of file cardrgndraw.cpp.
Referenced by CardRegion::Render().
Definition at line 98 of file cardrgndraw.cpp.
Referenced by CardRegion::Render().
Definition at line 116 of file cardlib.cpp.
HPALETTE UseNicePalette | ( | HDC | hdc, |
HPALETTE | hPalette | ||
) |
Definition at line 14 of file cardwindow.cpp.