Flutter Engine
The Flutter Engine
|
Public Member Functions | |
ColorPos () | |
~ColorPos () | |
void | construct (const SkColor colors[], const SkScalar pos[], int count) |
Public Attributes | |
SkColor * | fColors |
SkScalar * | fPos |
int | fCount |
Definition at line 142 of file gradients_no_texture.cpp.
|
inline |
Definition at line 147 of file gradients_no_texture.cpp.
|
inline |
Definition at line 148 of file gradients_no_texture.cpp.
Definition at line 153 of file gradients_no_texture.cpp.
SkColor* ColorPos::fColors |
Definition at line 143 of file gradients_no_texture.cpp.
int ColorPos::fCount |
Definition at line 145 of file gradients_no_texture.cpp.
SkScalar* ColorPos::fPos |
Definition at line 144 of file gradients_no_texture.cpp.