HomeSort by relevance Sort by last modified time
    Searched refs:SkPDFName (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFPage.cpp 74 SkAutoTUnref<SkPDFName> kidsName(new SkPDFName("Kids"));
75 SkAutoTUnref<SkPDFName> countName(new SkPDFName("Count"));
76 SkAutoTUnref<SkPDFName> parentName(new SkPDFName("Parent"));
SkPDFResourceDict.cpp 113 SkAutoTUnref<SkPDFName> typeName(
114 SkNEW_ARGS(SkPDFName, (get_resource_type_name(type))));
120 SkAutoTUnref<SkPDFName> keyName(
121 SkNEW_ARGS(SkPDFName, (getResourceName(type, key))));
SkPDFTypes.h 247 /** \class SkPDFName
251 class SkPDFName : public SkPDFObject {
253 SK_DECLARE_INST_COUNT(SkPDFName)
258 explicit SkPDFName(const char name[]);
259 explicit SkPDFName(const SkString& name);
260 virtual ~SkPDFName();
262 bool operator==(const SkPDFName& b) const;
334 /** Creates a SkPDFName object and appends it to the array.
379 SkPDFObject* insert(SkPDFName* key, SkPDFObject* value);
382 * method will create the SkPDFName object
    [all...]
SkPDFTypes.cpp 283 SkPDFName::SkPDFName(const char name[]) : fValue(FormatName(SkString(name))) {}
284 SkPDFName::SkPDFName(const SkString& name) : fValue(FormatName(name)) {}
285 SkPDFName::~SkPDFName() {}
287 bool SkPDFName::operator==(const SkPDFName& b) const {
291 void SkPDFName::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
297 size_t SkPDFName::getOutputSize(SkPDFCatalog* catalog, bool indirect)
    [all...]
SkPDFStream.cpp 40 SkPDFName* key;
42 SkPDFName lengthName("Length");
SkPDFDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFPage.cpp 74 SkAutoTUnref<SkPDFName> kidsName(new SkPDFName("Kids"));
75 SkAutoTUnref<SkPDFName> countName(new SkPDFName("Count"));
76 SkAutoTUnref<SkPDFName> parentName(new SkPDFName("Parent"));
SkPDFResourceDict.cpp 113 SkAutoTUnref<SkPDFName> typeName(
114 SkNEW_ARGS(SkPDFName, (get_resource_type_name(type))));
120 SkAutoTUnref<SkPDFName> keyName(
121 SkNEW_ARGS(SkPDFName, (getResourceName(type, key))));
SkPDFTypes.h 247 /** \class SkPDFName
251 class SkPDFName : public SkPDFObject {
253 SK_DECLARE_INST_COUNT(SkPDFName)
258 explicit SkPDFName(const char name[]);
259 explicit SkPDFName(const SkString& name);
260 virtual ~SkPDFName();
262 bool operator==(const SkPDFName& b) const;
334 /** Creates a SkPDFName object and appends it to the array.
379 SkPDFObject* insert(SkPDFName* key, SkPDFObject* value);
382 * method will create the SkPDFName object
    [all...]
SkPDFTypes.cpp 283 SkPDFName::SkPDFName(const char name[]) : fValue(FormatName(SkString(name))) {}
284 SkPDFName::SkPDFName(const SkString& name) : fValue(FormatName(name)) {}
285 SkPDFName::~SkPDFName() {}
287 bool SkPDFName::operator==(const SkPDFName& b) const {
291 void SkPDFName::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
297 size_t SkPDFName::getOutputSize(SkPDFCatalog* catalog, bool indirect)
    [all...]
SkPDFStream.cpp 40 SkPDFName* key;
42 SkPDFName lengthName("Length");
SkPDFDevice.cpp     [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 380 SkAutoTUnref<SkPDFName> name(new SkPDFName("Test name\twith#tab"));
385 SkAutoTUnref<SkPDFName> escapedName(new SkPDFName("A#/%()<>[]{}B"));
392 SkAutoTUnref<SkPDFName> highBitName(
393 new SkPDFName((const char*)highBitCString));
413 SkAutoTUnref<SkPDFName> n1(new SkPDFName("n1"));
416 SkAutoTUnref<SkPDFName> n2(new SkPDFName("n2"))
    [all...]

Completed in 582 milliseconds