|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <gdiplus_private.h>

Public Attributes | |
| CustomLineCapType | type |
| GpPathData | pathdata |
| BOOL | fill |
| GpLineCap | basecap |
| REAL | inset |
| GpLineCap | strokeStartCap |
| GpLineCap | strokeEndCap |
| GpLineJoin | join |
| REAL | scale |
Definition at line 363 of file gdiplus_private.h.
| GpLineCap GpCustomLineCap::basecap |
Definition at line 367 of file gdiplus_private.h.
Referenced by GdipGetCustomLineCapBaseCap().
| BOOL GpCustomLineCap::fill |
Definition at line 366 of file gdiplus_private.h.
Referenced by draw_cap(), and METAFILE_FillCustomLineCapData().
| REAL GpCustomLineCap::inset |
Definition at line 368 of file gdiplus_private.h.
Referenced by draw_poly(), and widen_cap().
| GpLineJoin GpCustomLineCap::join |
Definition at line 371 of file gdiplus_private.h.
Referenced by GdipGetCustomLineCapStrokeJoin(), and METAFILE_FillCustomLineCapData().
| GpPathData GpCustomLineCap::pathdata |
Definition at line 365 of file gdiplus_private.h.
Referenced by GdipDeleteCustomLineCap().
| REAL GpCustomLineCap::scale |
Definition at line 372 of file gdiplus_private.h.
Referenced by METAFILE_FillCustomLineCapData().
| GpLineCap GpCustomLineCap::strokeEndCap |
Definition at line 370 of file gdiplus_private.h.
Referenced by METAFILE_FillCustomLineCapData().
| GpLineCap GpCustomLineCap::strokeStartCap |
Definition at line 369 of file gdiplus_private.h.
Referenced by METAFILE_FillCustomLineCapData().
| CustomLineCapType GpCustomLineCap::type |
Definition at line 364 of file gdiplus_private.h.
Referenced by GdipGetCustomLineCapType().