Flutter Engine
The Flutter Engine
Classes | Namespaces | Functions
SkPDFDocumentPriv.h File Reference
#include "include/core/SkCanvas.h"
#include "include/core/SkData.h"
#include "include/core/SkDocument.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSpan.h"
#include "include/core/SkStream.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "include/docs/SkPDFDocument.h"
#include "include/private/base/SkMutex.h"
#include "include/private/base/SkSemaphore.h"
#include "src/core/SkTHash.h"
#include "src/pdf/SkPDFBitmap.h"
#include "src/pdf/SkPDFGraphicState.h"
#include "src/pdf/SkPDFShader.h"
#include "src/pdf/SkPDFTag.h"
#include "src/pdf/SkPDFTypes.h"
#include "src/pdf/SkUUID.h"
#include <cstddef>
#include <cstdint>
#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 49 of file SkPDFDocument.cpp.

49 {
50 static constexpr char key[] = "PDF_Node_Key";
51 return key;
52}