ReactOS 0.4.16-dev-2-g02a6913
|
#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 273 of file gdiplus_private.h.
INT GpPathGradient::blendcount |
Definition at line 283 of file gdiplus_private.h.
Referenced by GdipGetPathGradientBlend(), GdipGetPathGradientBlendCount(), and GdipSetPathGradientBlend().
REAL* GpPathGradient::blendfac |
Definition at line 281 of file gdiplus_private.h.
Referenced by GdipGetPathGradientBlend(), and GdipSetPathGradientBlend().
REAL* GpPathGradient::blendpos |
Definition at line 282 of file gdiplus_private.h.
Referenced by GdipGetPathGradientBlend(), and GdipSetPathGradientBlend().
GpBrush GpPathGradient::brush |
Definition at line 274 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 279 of file gdiplus_private.h.
Referenced by GdipGetPathGradientCenterPoint(), and GdipSetPathGradientCenterPoint().
ARGB GpPathGradient::centercolor |
Definition at line 276 of file gdiplus_private.h.
Referenced by GdipGetPathGradientCenterColor(), GdipSetPathGradientCenterColor(), and get_gdi_brush_color().
GpPointF GpPathGradient::focus |
Definition at line 280 of file gdiplus_private.h.
Referenced by GdipGetPathGradientFocusScales(), and GdipSetPathGradientFocusScales().
BOOL GpPathGradient::gamma |
Definition at line 278 of file gdiplus_private.h.
Referenced by GdipGetPathGradientGammaCorrection(), and GdipSetPathGradientGammaCorrection().
GpPath* GpPathGradient::path |
Definition at line 275 of file gdiplus_private.h.
Referenced by GdipGetPathGradientPointCount(), GdipGetPathGradientRect(), GdipGetPathGradientSurroundColorCount(), GdipGetPathGradientSurroundColorsWithCount(), and GdipSetPathGradientSurroundColorsWithCount().
ARGB* GpPathGradient::pblendcolor |
Definition at line 286 of file gdiplus_private.h.
Referenced by GdipGetPathGradientPresetBlend(), and GdipSetPathGradientPresetBlend().
INT GpPathGradient::pblendcount |
Definition at line 288 of file gdiplus_private.h.
Referenced by GdipGetPathGradientPresetBlend(), GdipGetPathGradientPresetBlendCount(), and GdipSetPathGradientPresetBlend().
REAL* GpPathGradient::pblendpos |
Definition at line 287 of file gdiplus_private.h.
Referenced by GdipGetPathGradientPresetBlend(), and GdipSetPathGradientPresetBlend().
INT GpPathGradient::surroundcolorcount |
Definition at line 285 of file gdiplus_private.h.
Referenced by GdipGetPathGradientSurroundColorsWithCount(), and GdipSetPathGradientSurroundColorsWithCount().
ARGB* GpPathGradient::surroundcolors |
Definition at line 284 of file gdiplus_private.h.
Referenced by GdipGetPathGradientSurroundColorsWithCount(), and GdipSetPathGradientSurroundColorsWithCount().
GpMatrix GpPathGradient::transform |
Definition at line 289 of file gdiplus_private.h.
Referenced by GdipGetPathGradientTransform(), GdipMultiplyPathGradientTransform(), GdipResetPathGradientTransform(), GdipRotatePathGradientTransform(), GdipScalePathGradientTransform(), GdipSetPathGradientTransform(), and GdipTranslatePathGradientTransform().
GpWrapMode GpPathGradient::wrap |
Definition at line 277 of file gdiplus_private.h.
Referenced by GdipGetPathGradientWrapMode(), and GdipSetPathGradientWrapMode().