|
ReactOS 0.4.17-dev-243-g1369312
|
#include <gdiplus_private.h>

Definition at line 232 of file gdiplus_private.h.
| GpPenAlignment GpPen::align |
Definition at line 248 of file gdiplus_private.h.
Referenced by GdipGetPenMode(), GdipSetPenMode(), GdipWidenPath(), and METAFILE_AddPenObject().
| GpBrush* GpPen::brush |
Definition at line 247 of file gdiplus_private.h.
Referenced by draw_poly(), GdipClonePen(), GdipCreatePen2(), GdipDeletePen(), GdipDrawPath(), GdipGetPenBrushFill(), GdipGetPenColor(), GdipGetPenFillType(), GdipSetPenBrushFill(), GdipSetPenColor(), METAFILE_AddPenObject(), prepare_dc(), SOFTWARE_GdipDrawPath(), and SOFTWARE_GdipDrawThinPath().
| REAL* GpPen::compound_array |
Definition at line 250 of file gdiplus_private.h.
Referenced by GdipClonePen(), GdipCreatePen2(), GdipDeletePen(), GdipGetPenCompoundArray(), and GdipSetPenCompoundArray().
| INT GpPen::compound_array_size |
Definition at line 251 of file gdiplus_private.h.
Referenced by GdipClonePen(), GdipCreatePen2(), GdipGetPenCompoundArray(), GdipGetPenCompoundCount(), GdipSetPenCompoundArray(), and GdipWidenPath().
| GpCustomLineCap* GpPen::customend |
Definition at line 240 of file gdiplus_private.h.
Referenced by draw_poly(), GdipClonePen(), GdipCreatePen2(), GdipDeletePen(), GdipGetPenCustomEndCap(), GdipSetPenCustomEndCap(), GdipSetPenEndCap(), GdipSetPenLineCap197819(), GdipWidenPath(), METAFILE_AddPenObject(), widen_anchors(), and widen_dashed_figure().
| GpCustomLineCap* GpPen::customstart |
Definition at line 239 of file gdiplus_private.h.
Referenced by draw_poly(), GdipClonePen(), GdipCreatePen2(), GdipDeletePen(), GdipGetPenCustomStartCap(), GdipSetPenCustomStartCap(), GdipSetPenLineCap197819(), GdipSetPenStartCap(), GdipWidenPath(), METAFILE_AddPenObject(), widen_anchors(), and widen_dashed_figure().
| GpDashStyle GpPen::dash |
Definition at line 243 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipGetPenDashStyle(), GdipSetPenDashStyle(), GdipWidenPath(), prepare_dc(), SOFTWARE_GdipDrawThinPath(), and widen_dashed_figure().
| GpDashCap GpPen::dashcap |
Definition at line 238 of file gdiplus_private.h.
Referenced by GdipGetPenDashCap197819(), GdipSetPenDashCap197819(), GdipSetPenLineCap197819(), GdipWidenPath(), and METAFILE_AddPenObject().
| REAL* GpPen::dashes |
Definition at line 244 of file gdiplus_private.h.
Referenced by GdipClonePen(), GdipDeletePen(), GdipGetPenDashArray(), GdipSetPenDashArray(), GdipSetPenDashStyle(), METAFILE_AddPenObject(), prepare_dc(), SOFTWARE_GdipDrawThinPath(), and widen_dashed_figure().
| GpLineCap GpPen::endcap |
Definition at line 236 of file gdiplus_private.h.
Referenced by draw_poly(), GdipCreatePen2(), GdipGetPenEndCap(), GdipSetPenCustomEndCap(), GdipSetPenEndCap(), GdipSetPenLineCap197819(), GdipWidenPath(), METAFILE_AddPenObject(), widen_anchors(), and widen_dashed_figure().
| GpLineJoin GpPen::join |
Definition at line 241 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipGetPenLineJoin(), GdipSetPenLineJoin(), GdipWidenPath(), METAFILE_AddPenObject(), and widen_joint().
| REAL GpPen::miterlimit |
Definition at line 242 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipGetPenMiterLimit(), GdipSetPenMiterLimit(), METAFILE_AddPenObject(), and widen_joint().
| INT GpPen::numdashes |
Definition at line 245 of file gdiplus_private.h.
Referenced by GdipClonePen(), GdipGetPenDashArray(), GdipGetPenDashCount(), GdipSetPenDashArray(), GdipSetPenDashStyle(), METAFILE_AddPenObject(), prepare_dc(), SOFTWARE_GdipDrawThinPath(), and widen_dashed_figure().
| REAL GpPen::offset |
Definition at line 246 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipGetPenDashOffset(), GdipSetPenDashOffset(), and METAFILE_AddPenObject().
| GpLineCap GpPen::startcap |
Definition at line 237 of file gdiplus_private.h.
Referenced by draw_poly(), GdipGetPenStartCap(), GdipSetPenCustomStartCap(), GdipSetPenLineCap197819(), GdipSetPenStartCap(), GdipWidenPath(), METAFILE_AddPenObject(), widen_anchors(), and widen_dashed_figure().
| UINT GpPen::style |
Definition at line 233 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipSetPenDashStyle(), GdipSetPenLineJoin(), METAFILE_AddPenObject(), and prepare_dc().
| GpMatrix GpPen::transform |
Definition at line 249 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipGetPenTransform(), GdipMultiplyPenTransform(), GdipResetPenTransform(), GdipRotatePenTransform(), GdipScalePenTransform(), GdipSetPenTransform(), GdipTranslatePenTransform(), and METAFILE_AddPenObject().
| GpUnit GpPen::unit |
Definition at line 234 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipDrawLine(), GdipGetPenUnit(), GdipIsOutlineVisiblePathPoint(), GdipWidenPath(), METAFILE_AddPenObject(), prepare_dc(), and SOFTWARE_GdipDrawPath().
| REAL GpPen::width |
Definition at line 235 of file gdiplus_private.h.
Referenced by draw_poly(), GdipCreatePen2(), GdipDrawLine(), GdipGetPenWidth(), GdipSetPenWidth(), GdipWidenPath(), METAFILE_AddPenObject(), prepare_dc(), SOFTWARE_GdipDrawPath(), and widen_dashed_figure().