Searched defs:SkPDFName (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFTypes.h247 /** \class SkPDFName
251 class SkPDFName : public SkPDFObject { class in inherits: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 objec
[all...]
H A DSkPDFTypes.cpp24 SK_DEFINE_INST_COUNT(SkPDFName)
293 SkPDFName::SkPDFName(const char name[]) : fValue(FormatName(SkString(name))) {} function in class:SkPDFName
294 SkPDFName::SkPDFName(const SkString& name) : fValue(FormatName(name)) {} function in class:SkPDFName
295 SkPDFName::~SkPDFName() {}
297 bool SkPDFName::operator==(const SkPDFName& b) const {
301 void SkPDFName
[all...]
/external/skia/src/pdf/
H A DSkPDFTypes.h247 /** \class SkPDFName
251 class SkPDFName : public SkPDFObject { class in inherits: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 objec
[all...]
H A DSkPDFTypes.cpp24 SK_DEFINE_INST_COUNT(SkPDFName)
293 SkPDFName::SkPDFName(const char name[]) : fValue(FormatName(SkString(name))) {} function in class:SkPDFName
294 SkPDFName::SkPDFName(const SkString& name) : fValue(FormatName(name)) {} function in class:SkPDFName
295 SkPDFName::~SkPDFName() {}
297 bool SkPDFName::operator==(const SkPDFName& b) const {
301 void SkPDFName
[all...]

Completed in 2401 milliseconds