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

Public Attributes | |
| GpBrush | brush |
| ARGB | startcolor |
| ARGB | endcolor |
| RectF | rect |
| GpWrapMode | wrap |
| BOOL | gamma |
| REAL * | blendfac |
| REAL * | blendpos |
| INT | blendcount |
| ARGB * | pblendcolor |
| REAL * | pblendpos |
| INT | pblendcount |
| GpMatrix | transform |
Definition at line 325 of file gdiplus_private.h.
| INT GpLineGradient::blendcount |
Definition at line 334 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineBlend(), GdipGetLineBlendCount(), GdipSetLineBlend(), METAFILE_FillBrushData(), and METAFILE_PrepareBrushData().
| REAL* GpLineGradient::blendfac |
Definition at line 332 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineBlend(), GdipSetLineBlend(), METAFILE_FillBrushData(), and METAFILE_PrepareBrushData().
| REAL* GpLineGradient::blendpos |
Definition at line 333 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineBlend(), GdipSetLineBlend(), METAFILE_FillBrushData(), and METAFILE_PrepareBrushData().
| GpBrush GpLineGradient::brush |
Definition at line 326 of file gdiplus_private.h.
Referenced by GdipGetLineBlendCount(), GdipGetLineColors(), GdipGetLinePresetBlendCount(), GdipGetLineRect(), GdipGetLineWrapMode(), GdipRotateLineTransform(), and GdipSetLineColors().
| ARGB GpLineGradient::endcolor |
Definition at line 328 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineColors(), GdipSetLineColors(), and METAFILE_FillBrushData().
| BOOL GpLineGradient::gamma |
Definition at line 331 of file gdiplus_private.h.
Referenced by METAFILE_FillBrushData().
| ARGB* GpLineGradient::pblendcolor |
Definition at line 335 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLinePresetBlend(), GdipSetLinePresetBlend(), METAFILE_FillBrushData(), and METAFILE_PrepareBrushData().
| INT GpLineGradient::pblendcount |
Definition at line 337 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLinePresetBlend(), GdipGetLinePresetBlendCount(), GdipSetLinePresetBlend(), METAFILE_FillBrushData(), and METAFILE_PrepareBrushData().
| REAL* GpLineGradient::pblendpos |
Definition at line 336 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLinePresetBlend(), GdipSetLinePresetBlend(), METAFILE_FillBrushData(), and METAFILE_PrepareBrushData().
| RectF GpLineGradient::rect |
Definition at line 329 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineRect(), and METAFILE_FillBrushData().
| ARGB GpLineGradient::startcolor |
Definition at line 327 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineColors(), GdipSetLineColors(), and METAFILE_FillBrushData().
| GpMatrix GpLineGradient::transform |
Definition at line 338 of file gdiplus_private.h.
Referenced by GdipGetLineTransform(), GdipMultiplyLineTransform(), GdipResetLineTransform(), GdipScaleLineTransform(), GdipSetLineTransform(), GdipTranslateLineTransform(), METAFILE_FillBrushData(), and METAFILE_PrepareBrushData().
| GpWrapMode GpLineGradient::wrap |
Definition at line 330 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineWrapMode(), and METAFILE_FillBrushData().