Home | History | Annotate | Download | only in ports

Lines Matching refs:tmpStr

2052     SkString tmpStr;
2054 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef), &tmpStr));
2055 desc->setFullName(get_str(CTFontCopyFullName(fFontRef), &tmpStr));
2056 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef), &tmpStr));