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

/external/chromium_org/third_party/skia/src/core/
H A DSkFontDescriptor.h27 const char* getFamilyName() { return fFamilyName.c_str(); } function in class:SkFontDescriptor
H A DSkFontHost.cpp142 void SkFontMgr::getFamilyName(int index, SkString* familyName) { function in class:SkFontMgr
H A DSkTypeface.cpp179 return SkTypeface::CreateFromName(desc.getFamilyName(), desc.getStyle());
251 void SkTypeface::getFamilyName(SkString* name) const { function in class:SkTypeface
255 name->set(desc.getFamilyName());
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigTypeface.h44 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.cpp142 void SkFontMgr::getFamilyName(int index, SkString* familyName) { function in class:SkFontMgr
H A DSkTypeface.cpp179 return SkTypeface::CreateFromName(desc.getFamilyName(), desc.getStyle());
251 void SkTypeface::getFamilyName(SkString* name) const { function in class:SkTypeface
255 name->set(desc.getFamilyName());
/external/skia/src/ports/
H A DSkFontConfigTypeface.h44 const char* getFamilyName() const { return fFamilyName.c_str(); } function in class:FontConfigTypeface

Completed in 166 milliseconds