Searched refs:matchIndexStyle (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 50 SkFontIdentity id = fOwner->fProxy->matchIndexStyle(fFamilyIndex, pattern); in matchStyle() 182 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style); in onLegacyMakeTypeface()
|
/third_party/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 50 SkFontIdentity id = fOwner->fProxy->matchIndexStyle(fFamilyIndex, pattern); in matchStyle() 180 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style); in onLegacyMakeTypeface()
|
/third_party/flutter/skia/include/ports/ |
D | SkRemotableFontMgr.h | 72 virtual SkFontIdentity matchIndexStyle(int familyIndex, const SkFontStyle&) const = 0;
|
/third_party/skia/include/ports/ |
D | SkRemotableFontMgr.h | 72 virtual SkFontIdentity matchIndexStyle(int familyIndex, const SkFontStyle&) const = 0;
|
/third_party/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 144 virtual SkFontIdentity matchIndexStyle(int familyIndex, in matchIndexStyle() function in SkRemotableFontMgr_DirectWrite 227 return this->matchIndexStyle(index, style); in matchNameStyle()
|
/third_party/flutter/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 144 virtual SkFontIdentity matchIndexStyle(int familyIndex, in matchIndexStyle() function in SkRemotableFontMgr_DirectWrite 227 return this->matchIndexStyle(index, style); in matchNameStyle()
|