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

  /external/skia/include/pdf/
SkPDFTypes.h 117 /** \class SkPDFInt
121 class SkPDFInt : public SkPDFObject {
126 explicit SkPDFInt(int32_t value);
127 virtual ~SkPDFInt();
289 /** Creates a SkPDFInt object and appends it to the array.
  /external/skia/src/pdf/
SkPDFTypes.cpp 82 SkPDFInt::SkPDFInt(int32_t value) : fValue(value) {}
83 SkPDFInt::~SkPDFInt() {}
85 void SkPDFInt::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
367 fValue.push(new SkPDFInt(value));
441 newEntry->value = new SkPDFInt(value);

Completed in 162 milliseconds