Home
last modified time | relevance | path

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

/external/skia/include/ports/
DSkFontMgr.h32 SkTypeface* matchStyleCSS3(const SkFontStyle& pattern);
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp54 return this->matchStyleCSS3(pattern); in matchStyle()
/external/skia/src/core/
DSkFontMgr.cpp206 SkTypeface* SkFontStyleSet::matchStyleCSS3(const SkFontStyle& pattern) { in matchStyleCSS3() function in SkFontStyleSet
/external/skia/src/ports/
DSkFontMgr_custom.cpp110 return this->matchStyleCSS3(pattern); in matchStyle()
DSkFontMgr_android.cpp239 return static_cast<SkTypeface_AndroidSystem*>(this->matchStyleCSS3(pattern)); in matchStyle()
DSkFontHost_win.cpp2388 return this->matchStyleCSS3(pattern); in matchStyle()
/external/skia/tests/
DFontMgrTest.cpp187 return this->matchStyleCSS3(pattern); in test_matchStyleCSS3()