Flutter Engine
The Flutter Engine
|
#include <SkPDFGraphicState.h>
Public Types | |
using | Hash = SkForceDirectHash< SkPDFFillGraphicState > |
Public Member Functions | |
bool | operator== (const SkPDFFillGraphicState &o) const |
bool | operator!= (const SkPDFFillGraphicState &o) const |
Public Attributes | |
SkScalar | fAlpha |
uint8_t | fBlendMode |
uint8_t | fPADDING [3] = {0, 0, 0} |
Definition at line 68 of file SkPDFGraphicState.h.
Definition at line 75 of file SkPDFGraphicState.h.
|
inline |
Definition at line 73 of file SkPDFGraphicState.h.
|
inline |
Definition at line 72 of file SkPDFGraphicState.h.
SkScalar SkPDFFillGraphicState::fAlpha |
Definition at line 69 of file SkPDFGraphicState.h.
uint8_t SkPDFFillGraphicState::fBlendMode |
Definition at line 70 of file SkPDFGraphicState.h.
uint8_t SkPDFFillGraphicState::fPADDING[3] = {0, 0, 0} |
Definition at line 71 of file SkPDFGraphicState.h.