Lines Matching refs:tf
219 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight, in SkFontMgr_Custom() local
222 if (nullptr == tf) { in SkFontMgr_Custom()
320 SkTypeface* tf = nullptr; in onLegacyCreateTypeface() local
323 tf = this->onMatchFamilyStyle(familyName, style); in onLegacyCreateTypeface()
326 if (nullptr == tf) { in onLegacyCreateTypeface()
327 tf = fDefaultFamily->matchStyle(style); in onLegacyCreateTypeface()
330 return SkSafeRef(tf); in onLegacyCreateTypeface()
403 SkTypeface_Custom* tf = new SkTypeface_File(style, isFixedPitch, in load_directory_fonts() local
412 addTo->appendTypeface(tf); in load_directory_fonts()
490 SkTypeface_Custom* tf = in load_embedded_font() local
499 addTo->appendTypeface(tf); in load_embedded_font()