ReactOS 0.4.15-dev-6068-g8061a6f
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID FASTCALL | AddPenLinesBounds (PDC dc, int count, POINT *points) |
BOOL FASTCALL | IntGdiMoveToEx (DC *dc, int X, int Y, LPPOINT Point) |
BOOL FASTCALL | GreMoveTo (HDC hdc, INT x, INT y, LPPOINT pptOut) |
VOID FASTCALL | IntGetCurrentPositionEx (PDC dc, LPPOINT pt) |
BOOL FASTCALL | IntGdiLineTo (DC *dc, int XEnd, int YEnd) |
BOOL FASTCALL | IntGdiPolyBezier (DC *dc, LPPOINT pt, DWORD Count) |
BOOL FASTCALL | IntGdiPolyBezierTo (DC *dc, LPPOINT pt, DWORD Count) |
BOOL FASTCALL | IntGdiPolyline (DC *dc, LPPOINT pt, int Count) |
BOOL FASTCALL | IntGdiPolylineTo (DC *dc, LPPOINT pt, DWORD Count) |
BOOL FASTCALL | IntGdiPolyPolyline (DC *dc, LPPOINT pt, PULONG PolyPoints, DWORD Count) |
BOOL APIENTRY | NtGdiLineTo (HDC hDC, int XEnd, int YEnd) |
BOOL APIENTRY | NtGdiPolyDraw (IN HDC hdc, IN LPPOINT lppt, IN LPBYTE lpbTypes, IN ULONG cCount) |
_Success_ (return !=FALSE) | |
Definition at line 691 of file line.c.
Definition at line 17 of file line.c.
Referenced by IntGdiLineTo(), and IntGdiPolyline().
Definition at line 108 of file line.c.
Referenced by IntDrawDiagEdge(), IntDrawMenuBarTemp(), IntDrawRectEdge(), MENU_DrawMenuItem(), NC_DoNCPaint(), TEXT_DrawUnderscore(), and UserDrawCaptionBar().
Definition at line 146 of file line.c.
Referenced by IntGdiArcInternal(), and NtGdiLineTo().
Definition at line 78 of file line.c.
Referenced by _Success_(), add_log_points_new_stroke(), GreMoveTo(), IntGdiAngleArc(), IntGdiArcInternal(), NtGdiPolyDraw(), PATH_PolyDraw(), and PATH_StrokePath().
Definition at line 260 of file line.c.
Referenced by IntGdiPolyBezierTo(), and NtGdiPolyPolyDraw().
Definition at line 288 of file line.c.
Referenced by NtGdiPolyPolyDraw().
Definition at line 325 of file line.c.
Referenced by IntGdiPolyBezier(), IntGdiPolylineTo(), IntGdiPolyPolyline(), NtGdiPolyDraw(), and PATH_StrokePath().
Definition at line 423 of file line.c.
Referenced by NtGdiPolyPolyDraw().
Definition at line 462 of file line.c.
Referenced by NtGdiPolyPolyDraw().
Definition at line 128 of file line.c.
Referenced by IntGdiLineTo(), NtGdiBeginPath(), PATH_Arc(), PATH_LineTo(), PATH_MoveTo(), PATH_PolyDraw(), and PATH_StrokePath().
Definition at line 536 of file line.c.