Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
SkPDFDocumentPriv.h File Reference
#include "include/core/SkCanvas.h"
#include "include/core/SkStream.h"
#include "include/docs/SkPDFDocument.h"
#include "include/private/base/SkMutex.h"
#include "src/core/SkTHash.h"
#include "src/pdf/SkPDFBitmap.h"
#include "src/pdf/SkPDFGraphicState.h"
#include "src/pdf/SkPDFMetadata.h"
#include "src/pdf/SkPDFShader.h"
#include "src/pdf/SkPDFTag.h"
#include <atomic>
#include <vector>
#include <memory>

Go to the source code of this file.

Classes

class  SkPDFOffsetMap
 
struct  SkPDFNamedDestination
 
struct  SkPDFLink
 
class  SkPDFDocument
 

Namespaces

namespace  SkPDFGradientShader
 

Functions

const char * SkPDFGetNodeIdKey ()
 

Function Documentation

◆ SkPDFGetNodeIdKey()

const char * SkPDFGetNodeIdKey ( )

Definition at line 26 of file SkPDFDocument.cpp.

26 {
27 static constexpr char key[] = "PDF_Node_Key";
28 return key;
29}