Searched refs:FormatName (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp293 SkPDFName::SkPDFName(const char name[]) : fValue(FormatName(SkString(name))) {}
294 SkPDFName::SkPDFName(const SkString& name) : fValue(FormatName(name)) {}
313 SkString SkPDFName::FormatName(const SkString& input) { function in class:SkPDFName
H A DSkPDFTypes.h274 static SkString FormatName(const SkString& input);
/external/skia/src/pdf/
H A DSkPDFTypes.cpp293 SkPDFName::SkPDFName(const char name[]) : fValue(FormatName(SkString(name))) {}
294 SkPDFName::SkPDFName(const SkString& name) : fValue(FormatName(name)) {}
313 SkString SkPDFName::FormatName(const SkString& input) { function in class:SkPDFName
H A DSkPDFTypes.h274 static SkString FormatName(const SkString& input);

Completed in 64 milliseconds