|
Navigation
- Home
- Community
- Development
- myReactOS
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
cardrgndraw.cpp File Reference#include <windows.h>
#include <stdlib.h>
#include "cardlib.h"
#include "cardregion.h"
#include "cardcolor.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) |
Generated on Thu Feb 9 06:09:19 2012 for ReactOS by
1.6.3
|