Searched refs:familyMatch (Results 1 – 3 of 3) sorted by relevance
791 run->familyMatch = intersection; in itemize()831 lastFamilyIndices = run->familyMatch; in itemize()868 const std::shared_ptr<FontFamily>& family = getFamilyAt(run.familyMatch[0]); in getBestFont()869 if (family->isColorEmojiFamily() && run.familyMatch.size() > 1) { in getBestFont()870 for (size_t i = 0; i < run.familyMatch.size(); ++i) { in getBestFont()871 const std::shared_ptr<FontFamily>& family = getFamilyAt(run.familyMatch[i]); in getBestFont()876 bestIndex = run.familyMatch[i]; in getBestFont()881 bestIndex = run.familyMatch[0]; in getBestFont()
153 FamilyMatchResult familyMatch; member
85 EXPECT_EQ(result[i].familyMatch, resultWithRunMax[i].familyMatch); in itemize()