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

  /external/skia/src/pdf/
SkPDFTypes.cpp 343 SkPDFDict::~SkPDFDict() { this->drop(); }
345 void SkPDFDict::drop() {
350 SkPDFDict::SkPDFDict(const char type[]) {
357 void SkPDFDict::emitObject(SkWStream* stream,
364 void SkPDFDict::emitAll(SkWStream* stream,
377 void SkPDFDict::addResources(SkPDFObjNumMap* catalog) const {
385 int SkPDFDict::size() const { return fRecords.count(); }
387 void SkPDFDict::reserve(int n)
    [all...]
SkPDFTypes.h 227 /** \class SkPDFDict
231 class SkPDFDict : public SkPDFObject {
236 explicit SkPDFDict(const char type[] = nullptr);
238 ~SkPDFDict() override;
300 SkPDFDict* dict() { return &fDict; }
308 SkPDFDict fDict;
330 SkPDFDict* dict() { return &fDict; }
348 SkPDFDict fDict;
350 typedef SkPDFDict INHERITED;
  /external/skqp/src/pdf/
SkPDFTypes.cpp 343 SkPDFDict::~SkPDFDict() { this->drop(); }
345 void SkPDFDict::drop() {
350 SkPDFDict::SkPDFDict(const char type[]) {
357 void SkPDFDict::emitObject(SkWStream* stream,
364 void SkPDFDict::emitAll(SkWStream* stream,
377 void SkPDFDict::addResources(SkPDFObjNumMap* catalog) const {
385 int SkPDFDict::size() const { return fRecords.count(); }
387 void SkPDFDict::reserve(int n)
    [all...]
SkPDFTypes.h 227 /** \class SkPDFDict
231 class SkPDFDict : public SkPDFObject {
236 explicit SkPDFDict(const char type[] = nullptr);
238 ~SkPDFDict() override;
300 SkPDFDict* dict() { return &fDict; }
308 SkPDFDict fDict;
330 SkPDFDict* dict() { return &fDict; }
348 SkPDFDict fDict;
350 typedef SkPDFDict INHERITED;

Completed in 171 milliseconds