Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkDocument_PDF_None.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2015 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
11
12class SkPDFArray {};
13
15
16void SkPDF::SetNodeId(SkCanvas* c, int n) {
17 c->drawAnnotation({0, 0, 0, 0}, "PDF_Node_Key", SkData::MakeWithCopy(&n, sizeof(n)).get());
18}
19
21
void drawAnnotation(const SkRect &rect, const char key[], SkData *value)
static sk_sp< SkData > MakeWithCopy(const void *data, size_t length)
Definition SkData.cpp:111
T * get() const
Definition SkRefCnt.h:303
SK_API sk_sp< SkDocument > MakeDocument(SkWStream *stream, const Metadata &metadata)
SK_API void SetNodeId(SkCanvas *dst, int nodeID)