Home
last modified time | relevance | path

Searched refs:matchIndexStyle (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/fonts/
DSkFontMgr_indirect.cpp50 SkFontIdentity id = fOwner->fProxy->matchIndexStyle(fFamilyIndex, pattern); in matchStyle()
182 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style); in onLegacyMakeTypeface()
/third_party/skia/src/fonts/
DSkFontMgr_indirect.cpp50 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/
DSkRemotableFontMgr.h72 virtual SkFontIdentity matchIndexStyle(int familyIndex, const SkFontStyle&) const = 0;
/third_party/skia/include/ports/
DSkRemotableFontMgr.h72 virtual SkFontIdentity matchIndexStyle(int familyIndex, const SkFontStyle&) const = 0;
/third_party/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp144 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/
DSkRemotableFontMgr_win_dw.cpp144 virtual SkFontIdentity matchIndexStyle(int familyIndex, in matchIndexStyle() function in SkRemotableFontMgr_DirectWrite
227 return this->matchIndexStyle(index, style); in matchNameStyle()