Searched refs:matchStyle (Results 1 – 14 of 14) sorted by relevance
109 SkTypeface* SkFontStyleSet_Custom::matchStyle(const SkFontStyle& pattern) { in matchStyle() function in SkFontStyleSet_Custom129 sk_sp<SkTypeface> tf(set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight, in SkFontMgr_Custom()171 return sset->matchStyle(fontStyle); in onMatchFamilyStyle()188 return fFamilies[i]->matchStyle(fontStyle); in onMatchFaceStyle()254 tf = fDefaultFamily->matchStyle(style); in onLegacyCreateTypeface()
238 SkTypeface_AndroidSystem* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Android330 return sset->matchStyle(style); in onMatchFamilyStyle()338 return fStyleSets[i]->matchStyle(style); in onMatchFaceStyle()352 sk_sp<SkTypeface_AndroidSystem> face(family->matchStyle(style)); in find_family_style_character()475 return fDefaultStyleSet->matchStyle(style); in onLegacyCreateTypeface()
106 SkTypeface* matchStyle(const SkFontStyle& pattern) override;
331 SkTypeface* matchStyle(const SkFontStyle& pattern) override;504 return sset->matchStyle(fontstyle); in onMatchFamilyStyle()837 return sset.matchStyle(fontstyle); in onMatchFaceStyle()1013 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { in matchStyle() function in SkFontStyleSet_DirectWrite
62 SkTypeface* matchStyle(const SkFontStyle& pattern) override { return nullptr; } in matchStyle() function in SkFontStyleSet_FCI
566 SkTypeface* matchStyle(const SkFontStyle& style) override { in matchStyle() function in SkFontMgr_fontconfig::StyleSet
2393 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSetGDI2441 return sset->matchStyle(fontstyle); in onMatchFamilyStyle()
2253 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Mac2350 return sset->matchStyle(fontStyle); in onMatchFamilyStyle()
54 …findText:(NSString *)string ignoreCase:(BOOL)ignoreCase matchStyle:(PBXFindMatchStyle)matchStyle b…
27 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
48 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkStyleSet_Indirect
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle() function in SkEmptyFontStyleSet
180 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in test_matchStyleCSS3() function in test_matchStyleCSS3::TestFontStyleSet700 sk_sp<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern)); in test_matchStyleCSS3()
173 sk_sp<SkTypeface> face(fset->matchStyle(fs)); in exploreFamily()