Home
last modified time | relevance | path

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

/external/skia/src/fonts/
DSkFontMgr_indirect.cpp51 SkFontIdentity id = fOwner->fProxy->matchIndexStyle(fFamilyIndex, pattern); in matchStyle()
204 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style); in onLegacyCreateTypeface()
/external/skia/include/ports/
DSkRemotableFontMgr.h83 virtual SkFontIdentity matchIndexStyle(int familyIndex, const SkFontStyle&) const = 0;
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp178 virtual SkFontIdentity matchIndexStyle(int familyIndex, in matchIndexStyle() function in SkRemotableFontMgr_DirectWrite
261 return this->matchIndexStyle(index, style); in matchNameStyle()