Searched refs:get_str (Results 1 – 1 of 1) sorted by relevance
2037 static const char* get_str(CFStringRef ref, SkString* str) { in get_str() function2047 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()