Flutter Engine
The Flutter Engine
|
#include <SkGradientBaseShader.h>
Public Member Functions | |
DescriptorScope () | |
bool | unflatten (SkReadBuffer &, SkMatrix *legacyLocalMatrix) |
Public Member Functions inherited from SkGradientBaseShader::Descriptor | |
Descriptor () | |
~Descriptor () | |
Descriptor (const SkColor4f colors[], sk_sp< SkColorSpace > colorSpace, const SkScalar positions[], int colorCount, SkTileMode mode, const Interpolation &interpolation) | |
Additional Inherited Members | |
Public Attributes inherited from SkGradientBaseShader::Descriptor | |
const SkColor4f * | fColors |
sk_sp< SkColorSpace > | fColorSpace |
const SkScalar * | fPositions |
int | fColorCount |
SkTileMode | fTileMode |
Interpolation | fInterpolation |
Definition at line 58 of file SkGradientBaseShader.h.
|
inline |
Definition at line 60 of file SkGradientBaseShader.h.
bool SkGradientBaseShader::DescriptorScope::unflatten | ( | SkReadBuffer & | buffer, |
SkMatrix * | legacyLocalMatrix | ||
) |
Definition at line 130 of file SkGradientBaseShader.cpp.