|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 292 of file gdiplus_private.h.
| INT GpLineGradient::blendcount |
Definition at line 301 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineBlend(), GdipGetLineBlendCount(), and GdipSetLineBlend().
| REAL* GpLineGradient::blendfac |
Definition at line 299 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineBlend(), and GdipSetLineBlend().
| REAL* GpLineGradient::blendpos |
Definition at line 300 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineBlend(), and GdipSetLineBlend().
| GpBrush GpLineGradient::brush |
Definition at line 293 of file gdiplus_private.h.
Referenced by GdipGetLineBlendCount(), GdipGetLineColors(), GdipGetLinePresetBlendCount(), GdipGetLineRect(), GdipGetLineWrapMode(), GdipRotateLineTransform(), and GdipSetLineColors().
| ARGB GpLineGradient::endcolor |
Definition at line 295 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineColors(), and GdipSetLineColors().
| BOOL GpLineGradient::gamma |
Definition at line 298 of file gdiplus_private.h.
| ARGB* GpLineGradient::pblendcolor |
Definition at line 302 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLinePresetBlend(), and GdipSetLinePresetBlend().
| INT GpLineGradient::pblendcount |
Definition at line 304 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLinePresetBlend(), GdipGetLinePresetBlendCount(), and GdipSetLinePresetBlend().
| REAL* GpLineGradient::pblendpos |
Definition at line 303 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLinePresetBlend(), and GdipSetLinePresetBlend().
| RectF GpLineGradient::rect |
Definition at line 296 of file gdiplus_private.h.
Referenced by blend_line_gradient(), and GdipGetLineRect().
| ARGB GpLineGradient::startcolor |
Definition at line 294 of file gdiplus_private.h.
Referenced by blend_line_gradient(), GdipGetLineColors(), and GdipSetLineColors().
| GpMatrix GpLineGradient::transform |
Definition at line 305 of file gdiplus_private.h.
Referenced by GdipGetLineTransform(), GdipMultiplyLineTransform(), GdipResetLineTransform(), GdipScaleLineTransform(), GdipSetLineTransform(), and GdipTranslateLineTransform().
| GpWrapMode GpLineGradient::wrap |
Definition at line 297 of file gdiplus_private.h.
Referenced by blend_line_gradient(), and GdipGetLineWrapMode().