Searched refs:fontSets (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 222 FcFontSet* fontSets[1] = { fontSet }; in is_weak() local 223 SkAutoFcPattern match(FcFontSetMatch(config, fontSets, SK_ARRAY_COUNT(fontSets), in is_weak() 620 FcFontSet* fontSets[1] = { fFontSet }; in matchStyle() local 622 fontSets, SK_ARRAY_COUNT(fontSets), in matchStyle()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 246 FcFontSet* fontSets[1] = { fontSet }; in is_weak() local 247 SkAutoFcPattern match(FcFontSetMatch(config, fontSets, SK_ARRAY_COUNT(fontSets), in is_weak() 628 FcFontSet* fontSets[1] = { fFontSet }; in matchStyle() local 630 fontSets, SK_ARRAY_COUNT(fontSets), in matchStyle()
|