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/
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...]
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.cpp 277 SkPDFName::SkPDFName(const char name[]) : fValue(FormatName(SkString(name))) {}
278 SkPDFName::SkPDFName(const SkString& name) : fValue(FormatName(name)) {}
279 SkPDFName::~SkPDFName() {}
281 bool SkPDFName::operator==(const SkPDFName& b) const {
285 void SkPDFName::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
291 size_t SkPDFName::getOutputSize(SkPDFCatalog* catalog, bool indirect)
    [all...]
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 277 SkPDFName::SkPDFName(const char name[]) : fValue(FormatName(SkString(name))) {}
278 SkPDFName::SkPDFName(const SkString& name) : fValue(FormatName(name)) {}
279 SkPDFName::~SkPDFName() {}
281 bool SkPDFName::operator==(const SkPDFName& b) const {
285 void SkPDFName::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
291 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 376 SkAutoTUnref<SkPDFName> name(new SkPDFName("Test name\twith#tab"));
381 SkAutoTUnref<SkPDFName> escapedName(new SkPDFName("A#/%()<>[]{}B"));
388 SkAutoTUnref<SkPDFName> highBitName(
389 new SkPDFName((const char*)highBitCString));
409 SkAutoTUnref<SkPDFName> n1(new SkPDFName("n1"));
412 SkAutoTUnref<SkPDFName> n2(new SkPDFName("n2"))
    [all...]
  /external/chromium_org/third_party/skia/tests/
PDFPrimitivesTest.cpp 377 SkAutoTUnref<SkPDFName> name(new SkPDFName("Test name\twith#tab"));
382 SkAutoTUnref<SkPDFName> escapedName(new SkPDFName("A#/%()<>[]{}B"));
389 SkAutoTUnref<SkPDFName> highBitName(
390 new SkPDFName((const char*)highBitCString));
410 SkAutoTUnref<SkPDFName> n1(new SkPDFName("n1"));
413 SkAutoTUnref<SkPDFName> n2(new SkPDFName("n2"))
    [all...]

Completed in 373 milliseconds