Searched refs:matchStyle (Results 1 – 13 of 13) sorted by relevance
236 SkTypeface_AndroidSystem* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Android352 return sset->matchStyle(style); in onMatchFamilyStyle()360 return fFontStyleSets[i]->matchStyle(style); in onMatchFaceStyle()374 SkAutoTUnref<SkTypeface_AndroidSystem> face(family->matchStyle(style)); in find_family_style_character()502 return fDefaultFamily->matchStyle(style); in onLegacyCreateTypeface()555 SkTypeface* tf = set->matchStyle(SkFontStyle()); in findDefaultFont()
157 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Custom219 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight, in SkFontMgr_Custom()262 return sset->matchStyle(fontStyle); in onMatchFamilyStyle()278 return fFamilies[i]->matchStyle(fontStyle); in onMatchFaceStyle()327 tf = fDefaultFamily->matchStyle(style); in onLegacyCreateTypeface()
333 SkTypeface* matchStyle(const SkFontStyle& pattern) override;506 return sset->matchStyle(fontstyle); in onMatchFamilyStyle()838 return sset.matchStyle(fontstyle); in onMatchFaceStyle()1039 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { in matchStyle() function in SkFontStyleSet_DirectWrite
502 SkTypeface* matchStyle(const SkFontStyle& style) override { in matchStyle() function in SkFontMgr_fontconfig::StyleSet
2245 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Mac2336 return sset->matchStyle(fontStyle); in onMatchFamilyStyle()
2414 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSetGDI2462 return sset->matchStyle(fontstyle); in onMatchFamilyStyle()
54 …findText:(NSString *)string ignoreCase:(BOOL)ignoreCase matchStyle:(PBXFindMatchStyle)matchStyle b…
148 SkTypeface* matchStyle(const SkFontStyle& pattern) override;208 SkTypeface* SkFontStyleSet_FC::matchStyle(const SkFontStyle& pattern) { in matchStyle() function in SkFontStyleSet_FC
49 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkStyleSet_Indirect
27 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle() function in SkEmptyFontStyleSet
176 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in test_matchStyleCSS3() function in test_matchStyleCSS3::TestFontStyleSet632 SkAutoTUnref<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern)); in test_matchStyleCSS3()
172 SkTypeface* face = fset->matchStyle(fs); in exploreFamily()