Flutter Engine
The Flutter Engine
|
#include <SkPDFDocumentPriv.h>
Public Types | |
enum class | Type { kNone , kUrl , kNamedDestination } |
Public Member Functions | |
SkPDFLink (Type type, SkData *data, const SkRect &rect, int nodeId) | |
Public Attributes | |
const Type | fType |
const sk_sp< SkData > | fData |
const SkRect | fRect |
const int | fNodeId |
Definition at line 72 of file SkPDFDocumentPriv.h.
|
strong |
Enumerator | |
---|---|
kNone | |
kUrl | |
kNamedDestination |
Definition at line 73 of file SkPDFDocumentPriv.h.
Definition at line 79 of file SkPDFDocumentPriv.h.
Definition at line 86 of file SkPDFDocumentPriv.h.
const int SkPDFLink::fNodeId |
Definition at line 88 of file SkPDFDocumentPriv.h.
const SkRect SkPDFLink::fRect |
Definition at line 87 of file SkPDFDocumentPriv.h.
const Type SkPDFLink::fType |
Definition at line 84 of file SkPDFDocumentPriv.h.