Home
last modified time | relevance | path

Searched refs:FontAccessible (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/ports/
DSkFontMgr_fontconfig.cpp778 bool FontAccessible(FcPattern* font) const { in FontAccessible() function in SkFontMgr_fontconfig
862 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()
903 if (!font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()
947 if (!font || !FontAccessible(font) || !FontContainsCharacter(font, character)) { in onMatchFamilyStyleCharacter()
/third_party/flutter/skia/src/ports/
DSkFontMgr_fontconfig.cpp779 bool FontAccessible(FcPattern* font) const { in FontAccessible() function in SkFontMgr_fontconfig
863 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()
903 … if (nullptr == font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()
945 if (nullptr == font || !FontAccessible(font) || !FontContainsCharacter(font, character)) { in onMatchFamilyStyleCharacter()