LibreOffice Module basegfx (master) 1
|
#include <DrawCommands.hxx>
Public Member Functions | |
LinearGradientInfo () | |
Public Member Functions inherited from gfx::GradientInfo | |
GradientInfo (GradientType eType) | |
Public Attributes | |
double | x1 |
double | y1 |
double | x2 |
double | y2 |
basegfx::B2DHomMatrix | maMatrix |
Public Attributes inherited from gfx::GradientInfo | |
GradientType | meType |
std::vector< GradientStop > | maGradientStops |
Definition at line 65 of file DrawCommands.hxx.
|
inline |
Definition at line 68 of file DrawCommands.hxx.
References Linear.
basegfx::B2DHomMatrix gfx::LinearGradientInfo::maMatrix |
Definition at line 82 of file DrawCommands.hxx.
double gfx::LinearGradientInfo::x1 |
Definition at line 77 of file DrawCommands.hxx.
double gfx::LinearGradientInfo::x2 |
Definition at line 79 of file DrawCommands.hxx.
double gfx::LinearGradientInfo::y1 |
Definition at line 78 of file DrawCommands.hxx.
double gfx::LinearGradientInfo::y2 |
Definition at line 80 of file DrawCommands.hxx.