|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <win32k.h>
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
| #define | Rsin(d) ((d) == 0.0 ? 0.0 : ((d) == 90.0 ? 1.0 : sin(d*M_PI/180.0))) |
| #define | Rcos(d) ((d) == 0.0 ? 1.0 : ((d) == 90.0 ? 0.0 : cos(d*M_PI/180.0))) |
Functions |
| BOOL FASTCALL | IntGdiPolygon (PDC dc, PPOINT Points, int Count) |
| BOOL FASTCALL | IntGdiPolyPolygon (DC *dc, LPPOINT Points, PULONG PolyCounts, int Count) |
| BOOL APIENTRY | NtGdiEllipse (HDC hDC, int Left, int Top, int Right, int Bottom) |
| ULONG_PTR APIENTRY | NtGdiPolyPolyDraw (IN HDC hDC, IN PPOINT UnsafePoints, IN PULONG UnsafeCounts, IN ULONG Count, IN INT iFunc) |
| BOOL FASTCALL | IntRectangle (PDC dc, int LeftRect, int TopRect, int RightRect, int BottomRect) |
| BOOL APIENTRY | NtGdiRectangle (HDC hDC, int LeftRect, int TopRect, int RightRect, int BottomRect) |
| BOOL FASTCALL | IntRoundRect (PDC dc, int Left, int Top, int Right, int Bottom, int xCurveDiameter, int yCurveDiameter) |
| BOOL APIENTRY | NtGdiRoundRect (HDC hDC, int LeftRect, int TopRect, int RightRect, int BottomRect, int Width, int Height) |
| BOOL NTAPI | GreGradientFill (HDC hdc, PTRIVERTEX pVertex, ULONG nVertex, PVOID pMesh, ULONG nMesh, ULONG ulMode) |
| BOOL APIENTRY | NtGdiGradientFill (HDC hdc, PTRIVERTEX pVertex, ULONG nVertex, PVOID pMesh, ULONG nMesh, ULONG ulMode) |
| BOOL APIENTRY | NtGdiExtFloodFill (HDC hDC, INT XStart, INT YStart, COLORREF Color, UINT FillType) |
Generated on Sun May 27 2012 06:10:33 for ReactOS by
1.7.6.1
|