Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp2037 static const char* get_str(CFStringRef ref, SkString* str) { in get_str() function
2047 get_str(CTFontCopyFamilyName(fFontRef), familyName); in onGetFamilyName()
2054 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef), &tmpStr)); in onGetFontDescriptor()
2055 desc->setFullName(get_str(CTFontCopyFullName(fFontRef), &tmpStr)); in onGetFontDescriptor()
2056 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef), &tmpStr)); in onGetFontDescriptor()