|
ReactOS 0.4.17-dev-243-g1369312
|
#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 add_anchor(), GdipGetCustomLineCapBaseCap(), and GdipSetCustomLineCapBaseCap().
| BOOL GpCustomLineCap::fill |
Definition at line 366 of file gdiplus_private.h.
Referenced by add_anchor(), draw_cap(), and METAFILE_FillCustomLineCapData().
| REAL GpCustomLineCap::inset |
Definition at line 368 of file gdiplus_private.h.
Referenced by add_anchor(), draw_poly(), GdipGetCustomLineCapBaseInset(), GdipSetCustomLineCapBaseInset(), and widen_cap().
| GpLineJoin GpCustomLineCap::join |
Definition at line 371 of file gdiplus_private.h.
Referenced by add_anchor(), GdipGetCustomLineCapStrokeJoin(), GdipSetCustomLineCapStrokeJoin(), and METAFILE_FillCustomLineCapData().
| GpPathData GpCustomLineCap::pathdata |
Definition at line 365 of file gdiplus_private.h.
Referenced by add_anchor(), draw_cap(), and GdipDeleteCustomLineCap().
| REAL GpCustomLineCap::scale |
Definition at line 372 of file gdiplus_private.h.
Referenced by add_anchor(), GdipGetCustomLineCapWidthScale(), GdipSetCustomLineCapWidthScale(), and METAFILE_FillCustomLineCapData().
| GpLineCap GpCustomLineCap::strokeEndCap |
Definition at line 370 of file gdiplus_private.h.
Referenced by add_anchor(), GdipSetCustomLineCapStrokeCaps(), and METAFILE_FillCustomLineCapData().
| GpLineCap GpCustomLineCap::strokeStartCap |
Definition at line 369 of file gdiplus_private.h.
Referenced by add_anchor(), GdipSetCustomLineCapStrokeCaps(), and METAFILE_FillCustomLineCapData().
| CustomLineCapType GpCustomLineCap::type |
Definition at line 364 of file gdiplus_private.h.
Referenced by add_anchor(), draw_cap(), and GdipGetCustomLineCapType().