|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | PUTPIXEL(x, y, BrushInst) |
| #define | PUTLINE(x1, y1, x2, y2, BrushInst) |
Functions | |
| static BOOL FASTCALL | IntArc (DC *dc, int Left, int Top, int Right, int Bottom, int XRadialStart, int YRadialStart, int XRadialEnd, int YRadialEnd, ARCTYPE arctype) |
| BOOL FASTCALL | IntGdiArcInternal (ARCTYPE arctype, DC *dc, int LeftRect, int TopRect, int RightRect, int BottomRect, int XStartArc, int YStartArc, int XEndArc, int YEndArc) |
| BOOL FASTCALL | IntGdiAngleArc (PDC pDC, INT x, INT y, DWORD dwRadius, FLOAT eStartAngle, FLOAT eSweepAngle) |
| BOOL APIENTRY | NtGdiAngleArc (IN HDC hDC, IN INT x, IN INT y, IN DWORD dwRadius, IN DWORD dwStartAngle, IN DWORD dwSweepAngle) |
| BOOL APIENTRY | NtGdiArcInternal (ARCTYPE arctype, HDC hDC, int LeftRect, int TopRect, int RightRect, int BottomRect, int XStartArc, int YStartArc, int XEndArc, int YEndArc) |
|
static |
Definition at line 28 of file arc.c.
Referenced by IntGdiArcInternal().
| BOOL FASTCALL IntGdiAngleArc | ( | PDC | pDC, |
| INT | x, | ||
| INT | y, | ||
| DWORD | dwRadius, | ||
| FLOAT | eStartAngle, | ||
| FLOAT | eSweepAngle | ||
| ) |
Definition at line 254 of file arc.c.
Referenced by NtGdiAngleArc().
| BOOL FASTCALL IntGdiArcInternal | ( | ARCTYPE | arctype, |
| DC * | dc, | ||
| int | LeftRect, | ||
| int | TopRect, | ||
| int | RightRect, | ||
| int | BottomRect, | ||
| int | XStartArc, | ||
| int | YStartArc, | ||
| int | XEndArc, | ||
| int | YEndArc | ||
| ) |
Definition at line 184 of file arc.c.
Referenced by IntGdiAngleArc(), and NtGdiArcInternal().
| BOOL APIENTRY NtGdiAngleArc | ( | IN HDC | hDC, |
| IN INT | x, | ||
| IN INT | y, | ||
| IN DWORD | dwRadius, | ||
| IN DWORD | dwStartAngle, | ||
| IN DWORD | dwSweepAngle | ||
| ) |
Definition at line 301 of file arc.c.
| BOOL APIENTRY NtGdiArcInternal | ( | ARCTYPE | arctype, |
| HDC | hDC, | ||
| int | LeftRect, | ||
| int | TopRect, | ||
| int | RightRect, | ||
| int | BottomRect, | ||
| int | XStartArc, | ||
| int | YStartArc, | ||
| int | XEndArc, | ||
| int | YEndArc | ||
| ) |
Definition at line 347 of file arc.c.