Lines Matching +full:node +full:- +full:core
2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
6 #include "include/core/SkDocument.h"
10 #include "include/core/SkColor.h"
11 #include "include/core/SkMilestone.h"
12 #include "include/core/SkScalar.h"
13 #include "include/core/SkString.h"
14 #include "include/core/SkTime.h"
56 /** A node in a PDF structure tree, giving a semantic representation
57 of the content. Each node ID is associated with content
58 by passing the SkCanvas and node ID to SkPDF::SetNodeId() when drawing.
111 /** The DPI (pixels-per-inch) at which features without native PDF support
122 non-reproducable, but are necessary features for PDF/A-2b conformance
126 /** Encoding quality controls the trade-off between size and quality. By
144 If set, the PDF output will be non-reproducible in the order and
163 /** Associate a node ID with subsequent drawing commands in an
164 SkCanvas. The same node ID can appear in a StructureElementNode
168 A node ID of zero indicates no node ID.
171 @param nodeId The node ID for subsequent drawing commands.
175 /** Create a PDF-backed document, writing the results into a SkWStream.
184 @returns NULL if there is an error, otherwise a newly created PDF-backed SkDocument.