Home
last modified time | relevance | path

Searched refs:matchStyleCSS3 (Results 1 – 18 of 18) sorted by relevance

/external/skia/include/core/
DSkFontMgr.h32 SkTypeface* matchStyleCSS3(const SkFontStyle& pattern);
/external/skqp/include/core/
DSkFontMgr.h32 SkTypeface* matchStyleCSS3(const SkFontStyle& pattern);
/external/skia/tools/fonts/
DSkTestFontMgr.cpp52 return this->matchStyleCSS3(pattern); in matchStyle()
/external/skqp/tools/fonts/
DSkTestFontMgr.cpp52 return this->matchStyleCSS3(pattern); in matchStyle()
/external/skqp/src/fonts/
DSkFontMgr_indirect.cpp54 return this->matchStyleCSS3(pattern); in matchStyle()
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp54 return this->matchStyleCSS3(pattern); in matchStyle()
/external/skqp/src/core/
DSkFontMgr.cpp215 SkTypeface* SkFontStyleSet::matchStyleCSS3(const SkFontStyle& pattern) { in matchStyleCSS3() function in SkFontStyleSet
/external/skia/src/core/
DSkFontMgr.cpp215 SkTypeface* SkFontStyleSet::matchStyleCSS3(const SkFontStyle& pattern) { in matchStyleCSS3() function in SkFontStyleSet
/external/skia/src/ports/
DSkFontMgr_custom.cpp144 return this->matchStyleCSS3(pattern); in matchStyle()
DSkFontMgr_fuchsia.cpp232 SkTypeface* matchStyle(const SkFontStyle& pattern) override { return matchStyleCSS3(pattern); } in matchStyle()
DSkFontMgr_android.cpp268 return static_cast<SkTypeface_AndroidSystem*>(this->matchStyleCSS3(pattern)); in matchStyle()
DSkFontHost_win.cpp2323 return this->matchStyleCSS3(pattern); in matchStyle()
/external/skqp/src/ports/
DSkFontMgr_custom.cpp144 return this->matchStyleCSS3(pattern); in matchStyle()
DSkFontMgr_fuchsia.cpp232 SkTypeface* matchStyle(const SkFontStyle& pattern) override { return matchStyleCSS3(pattern); } in matchStyle()
DSkFontMgr_android.cpp268 return static_cast<SkTypeface_AndroidSystem*>(this->matchStyleCSS3(pattern)); in matchStyle()
DSkFontHost_win.cpp2324 return this->matchStyleCSS3(pattern); in matchStyle()
/external/skia/tests/
DFontMgrTest.cpp186 return this->matchStyleCSS3(pattern); in test_matchStyleCSS3()
/external/skqp/tests/
DFontMgrTest.cpp185 return this->matchStyleCSS3(pattern); in test_matchStyleCSS3()