Home
last modified time | relevance | path

Searched refs:FormatName (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFTypes.cpp273 SkPDFName::SkPDFName(const char name[]) : fValue(FormatName(SkString(name))) {} in SkPDFName()
274 SkPDFName::SkPDFName(const SkString& name) : fValue(FormatName(name)) {} in SkPDFName()
293 SkString SkPDFName::FormatName(const SkString& input) { in FormatName() function in SkPDFName
/external/skia/include/pdf/
DSkPDFTypes.h243 static SkString FormatName(const SkString& input);