Searched refs:SkPDFInt (Results 1 – 6 of 6) sorted by relevance
107 stream->insert("Attribute", new SkPDFInt(42))->unref(); in TestPDFStream()151 SkRefPtr<SkPDFInt> int1 = new SkPDFInt(1); in TestCatalog()153 SkRefPtr<SkPDFInt> int2 = new SkPDFInt(2); in TestCatalog()155 SkRefPtr<SkPDFInt> int3 = new SkPDFInt(3); in TestCatalog()157 SkRefPtr<SkPDFInt> int1Again(int1.get()); in TestCatalog()178 SkRefPtr<SkPDFInt> int1 = new SkPDFInt(1); in TestObjectRef()180 SkRefPtr<SkPDFInt> int2 = new SkPDFInt(2); in TestObjectRef()204 SkRefPtr<SkPDFInt> int33 = new SkPDFInt(33); in TestSubstitute()208 SkRefPtr<SkPDFInt> int44 = new SkPDFInt(44); in TestSubstitute()236 SkRefPtr<SkPDFInt> int42 = new SkPDFInt(42); in TestPDFPrimitives()[all …]
82 SkPDFInt::SkPDFInt(int32_t value) : fValue(value) {} in SkPDFInt() function in SkPDFInt83 SkPDFInt::~SkPDFInt() {} in ~SkPDFInt()85 void SkPDFInt::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()367 fValue.push(new SkPDFInt(value)); in appendInt()441 newEntry->value = new SkPDFInt(value); in insertInt()
308 SkRefPtr<SkPDFInt> one = new SkPDFInt(1); in SkPDFImage()338 SkRefPtr<SkPDFInt> zeroVal = new SkPDFInt(0); in SkPDFImage()
119 newNode->insert(countName.get(), new SkPDFInt(pageCount))->unref(); in GeneratePageTree()
1073 SkRefPtr<SkPDFInt> zero = new SkPDFInt(0); in getMediaBox()
121 class SkPDFInt : public SkPDFObject {126 explicit SkPDFInt(int32_t value);127 virtual ~SkPDFInt();