Home
last modified time | relevance | path

Searched refs:matchStyle (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_android.cpp236 SkTypeface_AndroidSystem* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Android
352 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()
DSkFontMgr_custom.cpp157 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Custom
219 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()
DSkFontMgr_win_dw.cpp333 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
DSkFontMgr_fontconfig.cpp502 SkTypeface* matchStyle(const SkFontStyle& style) override { in matchStyle() function in SkFontMgr_fontconfig::StyleSet
DSkFontHost_mac.cpp2245 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Mac
2336 return sset->matchStyle(fontStyle); in onMatchFamilyStyle()
DSkFontHost_win.cpp2414 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSetGDI
2462 return sset->matchStyle(fontstyle); in onMatchFamilyStyle()
/external/clang/test/Analysis/
Dmethod-arg-decay.m54 …findText:(NSString *)string ignoreCase:(BOOL)ignoreCase matchStyle:(PBXFindMatchStyle)matchStyle b…
/external/skia/src/fonts/
DSkFontMgr_fontconfig.cpp148 SkTypeface* matchStyle(const SkFontStyle& pattern) override;
208 SkTypeface* SkFontStyleSet_FC::matchStyle(const SkFontStyle& pattern) { in matchStyle() function in SkFontStyleSet_FC
DSkFontMgr_indirect.cpp49 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkStyleSet_Indirect
/external/skia/include/ports/
DSkFontMgr.h27 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
/external/skia/src/core/
DSkFontMgr.cpp27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle() function in SkEmptyFontStyleSet
/external/skia/tests/
DFontMgrTest.cpp176 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in test_matchStyleCSS3() function in test_matchStyleCSS3::TestFontStyleSet
632 SkAutoTUnref<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern)); in test_matchStyleCSS3()
/external/skia/gm/
Dfontmgr.cpp172 SkTypeface* face = fset->matchStyle(fs); in exploreFamily()