Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | List of all members
SkPDFGraphicState Class Reference

#include <SkPDFGraphicState.h>

Public Types

enum  SkPDFSMaskMode { kAlpha_SMaskMode , kLuminosity_SMaskMode }
 

Detailed Description

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.

Member Enumeration Documentation

◆ SkPDFSMaskMode

enum SkPDFGraphicState::SkPDFSMaskMode
Enumerator
kAlpha_SMaskMode 
kLuminosity_SMaskMode 

Definition at line 24 of file SkPDFGraphicState.h.

24 {
25 kAlpha_SMaskMode,
26 kLuminosity_SMaskMode
27 };

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