Flutter Engine
The Flutter Engine
|
#include <SkPDFGraphicStackState.h>
Public Attributes | |
SkMatrix | fMatrix = SkMatrix::I() |
uint32_t | fClipStackGenID = SkClipStack::kWideOpenGenID |
SkColor4f | fColor = {SK_FloatNaN, SK_FloatNaN, SK_FloatNaN, SK_FloatNaN} |
SkScalar | fTextScaleX = 1 |
int | fShaderIndex = -1 |
int | fGraphicStateIndex = -1 |
Definition at line 20 of file SkPDFGraphicStackState.h.
uint32_t SkPDFGraphicStackState::Entry::fClipStackGenID = SkClipStack::kWideOpenGenID |
Definition at line 22 of file SkPDFGraphicStackState.h.
SkColor4f SkPDFGraphicStackState::Entry::fColor = {SK_FloatNaN, SK_FloatNaN, SK_FloatNaN, SK_FloatNaN} |
Definition at line 23 of file SkPDFGraphicStackState.h.
int SkPDFGraphicStackState::Entry::fGraphicStateIndex = -1 |
Definition at line 26 of file SkPDFGraphicStackState.h.
SkMatrix SkPDFGraphicStackState::Entry::fMatrix = SkMatrix::I() |
Definition at line 21 of file SkPDFGraphicStackState.h.
int SkPDFGraphicStackState::Entry::fShaderIndex = -1 |
Definition at line 25 of file SkPDFGraphicStackState.h.
SkScalar SkPDFGraphicStackState::Entry::fTextScaleX = 1 |
Definition at line 24 of file SkPDFGraphicStackState.h.