Home | History | Annotate | Download | only in ports

Lines Matching full:tmpstr

1905     SkString tmpStr;
1907 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef), &tmpStr));
1908 desc->setFullName(get_str(CTFontCopyFullName(fFontRef), &tmpStr));
1909 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef), &tmpStr));