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

Public Attributes | |
| GpBrush | brush |
| GpPath * | path |
| ARGB | centercolor |
| GpWrapMode | wrap |
| BOOL | gamma |
| GpPointF | center |
| GpPointF | focus |
| REAL * | blendfac |
| REAL * | blendpos |
| INT | blendcount |
| ARGB * | surroundcolors |
| INT | surroundcolorcount |
| ARGB * | pblendcolor |
| REAL * | pblendpos |
| INT | pblendcount |
| GpMatrix | transform |
Definition at line 306 of file gdiplus_private.h.
| INT GpPathGradient::blendcount |
Definition at line 316 of file gdiplus_private.h.
Referenced by GdipGetPathGradientBlend(), GdipGetPathGradientBlendCount(), and GdipSetPathGradientBlend().
| REAL* GpPathGradient::blendfac |
Definition at line 314 of file gdiplus_private.h.
Referenced by GdipGetPathGradientBlend(), and GdipSetPathGradientBlend().
| REAL* GpPathGradient::blendpos |
Definition at line 315 of file gdiplus_private.h.
Referenced by GdipGetPathGradientBlend(), and GdipSetPathGradientBlend().
| GpBrush GpPathGradient::brush |
Definition at line 307 of file gdiplus_private.h.
Referenced by GdipGetPathGradientBlendCount(), GdipGetPathGradientCenterColor(), GdipGetPathGradientCenterPoint(), GdipGetPathGradientFocusScales(), GdipGetPathGradientGammaCorrection(), GdipGetPathGradientPointCount(), GdipGetPathGradientPresetBlendCount(), GdipGetPathGradientRect(), GdipGetPathGradientSurroundColorCount(), GdipGetPathGradientSurroundColorsWithCount(), GdipGetPathGradientTransform(), GdipGetPathGradientWrapMode(), GdipMultiplyPathGradientTransform(), GdipResetPathGradientTransform(), GdipRotatePathGradientTransform(), GdipScalePathGradientTransform(), GdipSetPathGradientCenterColor(), GdipSetPathGradientCenterPoint(), GdipSetPathGradientFocusScales(), GdipSetPathGradientGammaCorrection(), GdipSetPathGradientLinearBlend(), GdipSetPathGradientSigmaBlend(), GdipSetPathGradientSurroundColorsWithCount(), GdipSetPathGradientTransform(), GdipSetPathGradientWrapMode(), and GdipTranslatePathGradientTransform().
| GpPointF GpPathGradient::center |
Definition at line 312 of file gdiplus_private.h.
Referenced by GdipGetPathGradientCenterPoint(), and GdipSetPathGradientCenterPoint().
| ARGB GpPathGradient::centercolor |
Definition at line 309 of file gdiplus_private.h.
Referenced by GdipGetPathGradientCenterColor(), GdipSetPathGradientCenterColor(), and get_gdi_brush_color().
| GpPointF GpPathGradient::focus |
Definition at line 313 of file gdiplus_private.h.
Referenced by GdipGetPathGradientFocusScales(), and GdipSetPathGradientFocusScales().
| BOOL GpPathGradient::gamma |
Definition at line 311 of file gdiplus_private.h.
Referenced by GdipGetPathGradientGammaCorrection(), and GdipSetPathGradientGammaCorrection().
| GpPath* GpPathGradient::path |
Definition at line 308 of file gdiplus_private.h.
Referenced by GdipGetPathGradientPointCount(), GdipGetPathGradientRect(), GdipGetPathGradientSurroundColorCount(), GdipGetPathGradientSurroundColorsWithCount(), and GdipSetPathGradientSurroundColorsWithCount().
| ARGB* GpPathGradient::pblendcolor |
Definition at line 319 of file gdiplus_private.h.
Referenced by GdipGetPathGradientPresetBlend(), and GdipSetPathGradientPresetBlend().
| INT GpPathGradient::pblendcount |
Definition at line 321 of file gdiplus_private.h.
Referenced by GdipGetPathGradientPresetBlend(), GdipGetPathGradientPresetBlendCount(), and GdipSetPathGradientPresetBlend().
| REAL* GpPathGradient::pblendpos |
Definition at line 320 of file gdiplus_private.h.
Referenced by GdipGetPathGradientPresetBlend(), and GdipSetPathGradientPresetBlend().
| INT GpPathGradient::surroundcolorcount |
Definition at line 318 of file gdiplus_private.h.
Referenced by GdipGetPathGradientSurroundColorsWithCount(), and GdipSetPathGradientSurroundColorsWithCount().
| ARGB* GpPathGradient::surroundcolors |
Definition at line 317 of file gdiplus_private.h.
Referenced by GdipGetPathGradientSurroundColorsWithCount(), and GdipSetPathGradientSurroundColorsWithCount().
| GpMatrix GpPathGradient::transform |
Definition at line 322 of file gdiplus_private.h.
Referenced by GdipGetPathGradientTransform(), GdipMultiplyPathGradientTransform(), GdipResetPathGradientTransform(), GdipRotatePathGradientTransform(), GdipScalePathGradientTransform(), GdipSetPathGradientTransform(), and GdipTranslatePathGradientTransform().
| GpWrapMode GpPathGradient::wrap |
Definition at line 310 of file gdiplus_private.h.
Referenced by GdipGetPathGradientWrapMode(), and GdipSetPathGradientWrapMode().