Searched defs:getFamilyName (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigTypeface.h39 const char* getFamilyName() const { return fFamilyName.c_str(); } function in class:FontConfigTypeface
/external/skia/src/core/
H A DSkFontDescriptor.h27 const char* getFamilyName() { return fFamilyName.c_str(); } function in class:SkFontDescriptor
H A DSkFontHost.cpp148 void SkFontMgr::getFamilyName(int index, SkString* familyName) const { function in class:SkFontMgr
H A DSkTypeface.cpp191 return SkTypeface::CreateFromName(desc.getFamilyName(), desc.getStyle());
263 void SkTypeface::getFamilyName(SkString* name) const { function in class:SkTypeface
267 name->set(desc.getFamilyName());
/external/skia/src/ports/
H A DSkFontConfigTypeface.h39 const char* getFamilyName() const { return fFamilyName.c_str(); } function in class:FontConfigTypeface
/external/chromium_org/third_party/skia/src/core/
H A DSkFontDescriptor.h27 const char* getFamilyName() const { return fFamilyName.c_str(); } function in class:SkFontDescriptor
H A DSkFontHost.cpp156 void SkFontMgr::getFamilyName(int index, SkString* familyName) const { function in class:SkFontMgr
H A DSkTypeface.cpp190 return SkTypeface::CreateFromName(desc.getFamilyName(), desc.getStyle());
262 void SkTypeface::getFamilyName(SkString* name) const { function in class:SkTypeface

Completed in 159 milliseconds