Flutter Engine
The Flutter Engine
|
#include <SkPDFGraphicState.h>
Public Types | |
using | Hash = SkForceDirectHash< SkPDFStrokeGraphicState > |
Public Member Functions | |
bool | operator== (const SkPDFStrokeGraphicState &o) const |
bool | operator!= (const SkPDFStrokeGraphicState &o) const |
Public Attributes | |
SkScalar | fStrokeWidth |
SkScalar | fStrokeMiter |
SkScalar | fAlpha |
uint8_t | fStrokeCap |
uint8_t | fStrokeJoin |
uint8_t | fBlendMode |
uint8_t | fPADDING = 0 |
Definition at line 52 of file SkPDFGraphicState.h.
Definition at line 63 of file SkPDFGraphicState.h.
|
inline |
Definition at line 61 of file SkPDFGraphicState.h.
|
inline |
Definition at line 60 of file SkPDFGraphicState.h.
SkScalar SkPDFStrokeGraphicState::fAlpha |
Definition at line 55 of file SkPDFGraphicState.h.
uint8_t SkPDFStrokeGraphicState::fBlendMode |
Definition at line 58 of file SkPDFGraphicState.h.
uint8_t SkPDFStrokeGraphicState::fPADDING = 0 |
Definition at line 59 of file SkPDFGraphicState.h.
uint8_t SkPDFStrokeGraphicState::fStrokeCap |
Definition at line 56 of file SkPDFGraphicState.h.
uint8_t SkPDFStrokeGraphicState::fStrokeJoin |
Definition at line 57 of file SkPDFGraphicState.h.
SkScalar SkPDFStrokeGraphicState::fStrokeMiter |
Definition at line 54 of file SkPDFGraphicState.h.
SkScalar SkPDFStrokeGraphicState::fStrokeWidth |
Definition at line 53 of file SkPDFGraphicState.h.