|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | TRACE(s) |
Functions | |
| int | ClipCard (HDC hdc, int x, int y, int width, int height) |
| void | DrawCard (HDC hdc, int x, int y, HDC hdcSource, int width, int height) |
| BOOL | ClippedBitBlt (HDC hdcDest, int x, int y, int width, int height, HDC hdcSrc, int srcx, int srcy, DWORD dwROP) |
Variables | |
| double | __CARDZOOMSPEED = 32 |
Definition at line 13 of file cardrgnmouse.cpp.
Definition at line 198 of file cardrgndraw.cpp.
Referenced by CardRegion::Clip(), and CardRegion::MoveDragCardTo().
| BOOL ClippedBitBlt | ( | HDC | hdcDest, |
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height, | ||
| HDC | hdcSrc, | ||
| int | srcx, | ||
| int | srcy, | ||
| DWORD | dwROP | ||
| ) |
Definition at line 405 of file cardrgnmouse.cpp.
Referenced by CardRegion::MoveDragCardTo().
Definition at line 180 of file cardrgndraw.cpp.
Referenced by CardRegion::MoveDragCardTo(), CardRegion::PrepareDragBitmaps(), CardRegion::PrepareDragBitmapsThreed(), and CardRegion::Render().
| double __CARDZOOMSPEED = 32 |
Definition at line 18 of file cardrgnmouse.cpp.
Referenced by CardLib_SetZoomSpeed(), and CardRegion::ZoomCard().