![]() |
Flutter Engine
The Flutter Engine
|
#include <SkPDFGraphicState.h>
Public Types | |
enum | SkPDFSMaskMode { kAlpha_SMaskMode , kLuminosity_SMaskMode } |
SkPaint objects roughly correspond to graphic state dictionaries that can be installed. So that a given dictionary is only output to the pdf file once, we want to canonicalize them.
enum SkPDFGraphicState::SkPDFSMaskMode |
Enumerator | |
---|---|
kAlpha_SMaskMode | |
kLuminosity_SMaskMode |
Definition at line 29 of file SkPDFGraphicState.h.