Home | History | Annotate | Download | only in ports

Lines Matching refs:get_str

2076 static const char* get_str(CFStringRef ref, SkString* str) {
2086 get_str(CTFontCopyFamilyName(fFontRef.get()), familyName);
2093 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef.get()), &tmpStr));
2094 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr));
2095 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef.get()), &tmpStr));