HomeSort by relevance Sort by last modified time
    Searched defs:SkPDFDict (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pdf/
SkPDFTypes.cpp 344 SkPDFDict::~SkPDFDict() { this->drop(); }
346 void SkPDFDict::drop() {
351 SkPDFDict::SkPDFDict(const char type[]) {
358 void SkPDFDict::emitObject(SkWStream* stream,
365 void SkPDFDict::emitAll(SkWStream* stream,
378 void SkPDFDict::addResources(SkPDFObjNumMap* catalog) const {
386 SkPDFDict::Record::Record(SkPDFUnion&& k, SkPDFUnion&& v)
389 int SkPDFDict::size() const { return fRecords.count();
    [all...]
SkPDFTypes.h 227 /** \class SkPDFDict
231 class SkPDFDict : public SkPDFObject {
236 explicit SkPDFDict(const char type[] = nullptr);
238 ~SkPDFDict() override;
302 SkPDFDict* dict() { return &fDict; }
310 SkPDFDict fDict;
332 SkPDFDict* dict() { return &fDict; }
350 SkPDFDict fDict;
352 typedef SkPDFDict INHERITED;

Completed in 69 milliseconds