Lines Matching refs:match
215 // Run a match against the copy of the pattern.
216 // If the 'id' was weak, then we should match the pattern with 'matchlang'.
217 // If the 'id' was strong, then we should match the pattern with 'nomatchlang'.
220 // However, there appears to be no way to match/sort without it.
223 SkAutoFcPattern match(FcFontSetMatch(config, fontSets, SK_ARRAY_COUNT(fontSets),
227 FcPatternGetLangSet(match, FC_LANG, 0, &matchLangSet);
602 SkAutoFcPattern match([this, &index]() {
607 return fFontMgr->createTypefaceFromFcPattern(std::move(match)).release();
611 SkAutoFcPattern match([this, &style]() {
626 return fFontMgr->createTypefaceFromFcPattern(std::move(match)).release();
883 // We really want to match strong (preferred) and same (acceptable) only here.
885 // match are weak (default) and ignore them.