Home
last modified time | relevance | path

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

12

/external/skqp/src/ports/
DSkFontMgr_custom.cpp109 SkTypeface* SkFontStyleSet_Custom::matchStyle(const SkFontStyle& pattern) { in matchStyle() function in SkFontStyleSet_Custom
129 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()
251 tf.reset(fDefaultFamily->matchStyle(style)); in onLegacyMakeTypeface()
DSkFontMgr_android.cpp238 SkTypeface_AndroidSystem* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Android
330 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()
483 return sk_sp<SkTypeface>(fDefaultStyleSet->matchStyle(style)); in onLegacyMakeTypeface()
DSkFontMgr_win_dw.cpp335 SkTypeface* matchStyle(const SkFontStyle& pattern) override;
512 return sset->matchStyle(fontstyle); in onMatchFamilyStyle()
845 return sset.matchStyle(fontstyle); in onMatchFaceStyle()
1022 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { in matchStyle() function in SkFontStyleSet_DirectWrite
DSkFontMgr_custom.h106 SkTypeface* matchStyle(const SkFontStyle& pattern) override;
DSkFontMgr_FontConfigInterface.cpp62 SkTypeface* matchStyle(const SkFontStyle& pattern) override { return nullptr; } in matchStyle() function in SkFontStyleSet_FCI
DSkFontMgr_fontconfig.cpp575 SkTypeface* matchStyle(const SkFontStyle& style) override { in matchStyle() function in SkFontMgr_fontconfig::StyleSet
/external/skia/src/ports/
DSkFontMgr_custom.cpp109 SkTypeface* SkFontStyleSet_Custom::matchStyle(const SkFontStyle& pattern) { in matchStyle() function in SkFontStyleSet_Custom
129 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()
251 tf.reset(fDefaultFamily->matchStyle(style)); in onLegacyMakeTypeface()
DSkFontMgr_android.cpp238 SkTypeface_AndroidSystem* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkFontStyleSet_Android
330 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()
483 return sk_sp<SkTypeface>(fDefaultStyleSet->matchStyle(style)); in onLegacyMakeTypeface()
DSkFontMgr_win_dw.cpp335 SkTypeface* matchStyle(const SkFontStyle& pattern) override;
512 return sset->matchStyle(fontstyle); in onMatchFamilyStyle()
845 return sset.matchStyle(fontstyle); in onMatchFaceStyle()
1022 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { in matchStyle() function in SkFontStyleSet_DirectWrite
DSkFontMgr_custom.h106 SkTypeface* matchStyle(const SkFontStyle& pattern) override;
DSkFontMgr_FontConfigInterface.cpp62 SkTypeface* matchStyle(const SkFontStyle& pattern) override { return nullptr; } in matchStyle() function in SkFontStyleSet_FCI
DSkFontMgr_fontconfig.cpp575 SkTypeface* matchStyle(const SkFontStyle& style) override { in matchStyle() function in SkFontMgr_fontconfig::StyleSet
/external/skqp/dm/
DDMFontMgr.cpp56 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in __anonb586de7e0111::FontStyleSet
97 return styleSet->matchStyle(style); in onMatchFamilyStyle()
/external/skia/tools/fonts/
DSkTestFontMgr.cpp56 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in __anon5b07664d0111::FontStyleSet
97 return styleSet->matchStyle(style); in onMatchFamilyStyle()
/external/clang/test/Analysis/
Dmethod-arg-decay.m54 …findText:(NSString *)string ignoreCase:(BOOL)ignoreCase matchStyle:(PBXFindMatchStyle)matchStyle b…
/external/skia/include/ports/
DSkFontMgr.h27 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
/external/skqp/include/ports/
DSkFontMgr.h27 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
/external/skqp/src/fonts/
DSkFontMgr_indirect.cpp48 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkStyleSet_Indirect
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp48 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in matchStyle() function in SkStyleSet_Indirect
/external/skia/tests/
DFontMgrTest.cpp186 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in test_matchStyleCSS3() function in test_matchStyleCSS3::TestFontStyleSet
703 sk_sp<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern)); in test_matchStyleCSS3()
/external/skqp/tests/
DFontMgrTest.cpp186 SkTypeface* matchStyle(const SkFontStyle& pattern) override { in test_matchStyleCSS3() function in test_matchStyleCSS3::TestFontStyleSet
703 sk_sp<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern)); in test_matchStyleCSS3()
/external/skqp/src/core/
DSkFontMgr.cpp27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle() function in SkEmptyFontStyleSet
/external/skia/src/core/
DSkFontMgr.cpp27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle() function in SkEmptyFontStyleSet
/external/skia/gm/
Dfontmgr.cpp161 sk_sp<SkTypeface> face(fset->matchStyle(fs)); in exploreFamily()
/external/skqp/gm/
Dfontmgr.cpp161 sk_sp<SkTypeface> face(fset->matchStyle(fs)); in exploreFamily()

12