Searched defs:SkPDFCanon (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFCanon.h21 * The SkPDFCanon canonicalizes objects across PDF pages(SkPDFDevices).
24 * - There is no more than one SkPDFCanon for each thread.
25 * - Every SkPDFDevice is given a pointer to a SkPDFCanon on creation.
26 * - All SkPDFDevices in a document share the same SkPDFCanon.
28 * SkPDFCanon.
36 class SkPDFCanon : SkNoncopyable { class in inherits:SkNoncopyable
38 ~SkPDFCanon() { this->reset(); }

Completed in 373 milliseconds