ReactOS 0.4.15-dev-8636-g945e856
|
#include <gdiplus_private.h>
Definition at line 203 of file gdiplus_private.h.
GpPenAlignment GpPen::align |
Definition at line 219 of file gdiplus_private.h.
Referenced by GdipGetPenMode(), GdipSetPenMode(), GdipWidenPath(), and METAFILE_AddPenObject().
GpBrush* GpPen::brush |
Definition at line 218 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().
GpCustomLineCap* GpPen::customend |
Definition at line 211 of file gdiplus_private.h.
Referenced by draw_poly(), GdipClonePen(), GdipCreatePen2(), GdipDeletePen(), GdipGetPenCustomEndCap(), GdipSetPenCustomEndCap(), GdipSetPenEndCap(), GdipSetPenLineCap197819(), GdipWidenPath(), METAFILE_AddPenObject(), and widen_dashed_figure().
GpCustomLineCap* GpPen::customstart |
Definition at line 210 of file gdiplus_private.h.
Referenced by draw_poly(), GdipClonePen(), GdipCreatePen2(), GdipDeletePen(), GdipGetPenCustomStartCap(), GdipSetPenCustomStartCap(), GdipSetPenLineCap197819(), GdipSetPenStartCap(), GdipWidenPath(), METAFILE_AddPenObject(), and widen_dashed_figure().
GpDashStyle GpPen::dash |
Definition at line 214 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 209 of file gdiplus_private.h.
Referenced by GdipGetPenDashCap197819(), GdipSetPenDashCap197819(), GdipSetPenLineCap197819(), GdipWidenPath(), and METAFILE_AddPenObject().
REAL* GpPen::dashes |
Definition at line 215 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 207 of file gdiplus_private.h.
Referenced by draw_poly(), GdipCreatePen2(), GdipGetPenEndCap(), GdipSetPenCustomEndCap(), GdipSetPenEndCap(), GdipSetPenLineCap197819(), GdipWidenPath(), METAFILE_AddPenObject(), and widen_dashed_figure().
GpLineJoin GpPen::join |
Definition at line 212 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipGetPenLineJoin(), GdipSetPenLineJoin(), GdipWidenPath(), METAFILE_AddPenObject(), and widen_joint().
REAL GpPen::miterlimit |
Definition at line 213 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipGetPenMiterLimit(), GdipSetPenMiterLimit(), METAFILE_AddPenObject(), and widen_joint().
INT GpPen::numdashes |
Definition at line 216 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 217 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipGetPenDashOffset(), GdipSetPenDashOffset(), and METAFILE_AddPenObject().
GpLineCap GpPen::startcap |
Definition at line 208 of file gdiplus_private.h.
Referenced by draw_poly(), GdipGetPenStartCap(), GdipSetPenCustomStartCap(), GdipSetPenLineCap197819(), GdipSetPenStartCap(), GdipWidenPath(), METAFILE_AddPenObject(), and widen_dashed_figure().
UINT GpPen::style |
Definition at line 204 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipSetPenDashStyle(), GdipSetPenLineJoin(), METAFILE_AddPenObject(), and prepare_dc().
GpMatrix GpPen::transform |
Definition at line 220 of file gdiplus_private.h.
Referenced by GdipCreatePen2(), GdipGetPenTransform(), GdipMultiplyPenTransform(), GdipResetPenTransform(), GdipRotatePenTransform(), GdipScalePenTransform(), GdipSetPenTransform(), GdipTranslatePenTransform(), and METAFILE_AddPenObject().
GpUnit GpPen::unit |
Definition at line 205 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 206 of file gdiplus_private.h.
Referenced by add_bevel_point(), draw_poly(), GdipCreatePen2(), GdipDrawLine(), GdipGetPenWidth(), GdipSetPenWidth(), METAFILE_AddPenObject(), prepare_dc(), SOFTWARE_GdipDrawPath(), widen_cap(), widen_dashed_figure(), and widen_joint().