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

  /external/skia/src/pdf/
SkPDFTypes.h 120 /** \class SkPDFInt
124 class SkPDFInt : public SkPDFObject {
126 SK_DECLARE_INST_COUNT(SkPDFInt)
131 explicit SkPDFInt(int32_t value);
132 virtual ~SkPDFInt();
314 /** Creates a SkPDFInt object and appends it to the array.
SkPDFTypes.cpp 23 SK_DEFINE_INST_COUNT(SkPDFInt)
94 SkPDFInt::SkPDFInt(int32_t value) : fValue(value) {}
95 SkPDFInt::~SkPDFInt() {}
97 void SkPDFInt::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
382 fValue.push(new SkPDFInt(value));
456 newEntry->value = new SkPDFInt(value);

Completed in 186 milliseconds