Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
SkPDFGraphicStackState::Entry Struct Reference

#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
 

Detailed Description

Definition at line 17 of file SkPDFGraphicStackState.h.

Member Data Documentation

◆ fClipStackGenID

uint32_t SkPDFGraphicStackState::Entry::fClipStackGenID = SkClipStack::kWideOpenGenID

Definition at line 19 of file SkPDFGraphicStackState.h.

◆ fColor

SkColor4f SkPDFGraphicStackState::Entry::fColor = {SK_FloatNaN, SK_FloatNaN, SK_FloatNaN, SK_FloatNaN}

Definition at line 20 of file SkPDFGraphicStackState.h.

constexpr float SK_FloatNaN

◆ fGraphicStateIndex

int SkPDFGraphicStackState::Entry::fGraphicStateIndex = -1

Definition at line 23 of file SkPDFGraphicStackState.h.

◆ fMatrix

SkMatrix SkPDFGraphicStackState::Entry::fMatrix = SkMatrix::I()

Definition at line 18 of file SkPDFGraphicStackState.h.

◆ fShaderIndex

int SkPDFGraphicStackState::Entry::fShaderIndex = -1

Definition at line 22 of file SkPDFGraphicStackState.h.

◆ fTextScaleX

SkScalar SkPDFGraphicStackState::Entry::fTextScaleX = 1

Definition at line 21 of file SkPDFGraphicStackState.h.


The documentation for this struct was generated from the following file: