Home
last modified time | relevance | path

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

/external/skia/include/ports/
DSkFontMgr.h32 SkTypeface* matchStyleCSS3(const SkFontStyle& pattern);
/external/skia/src/core/
DSkFontMgr.cpp206 SkTypeface* SkFontStyleSet::matchStyleCSS3(const SkFontStyle& pattern) { in matchStyleCSS3() function in SkFontStyleSet
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp55 return this->matchStyleCSS3(pattern); in matchStyle()
/external/skia/tests/
DFontMgrTest.cpp177 return this->matchStyleCSS3(pattern); in test_matchStyleCSS3()
/external/skia/src/ports/
DSkFontHost_win.cpp2415 return this->matchStyleCSS3(pattern); in matchStyle()