Searched refs:lastFamilyIndices (Results 1 – 1 of 1) sorted by relevance
719 FamilyMatchResult lastFamilyIndices = FamilyMatchResult(); in itemize() local755 } else if (!lastFamilyIndices.empty() && (isStickyAllowlisted(ch) || isCombining(ch))) { in itemize()758 const std::shared_ptr<FontFamily>& lastFamily = getFamilyAt(lastFamilyIndices[0]); in itemize()762 for (uint8_t ix : lastFamilyIndices) { in itemize()774 if (utf16Pos == 0 || lastFamilyIndices.empty()) { in itemize()777 const std::shared_ptr<FontFamily>& lastFamily = getFamilyAt(lastFamilyIndices[0]); in itemize()780 FamilyMatchResult::intersect(familyIndices, lastFamilyIndices); in itemize()790 lastFamilyIndices = intersection; in itemize()795 breakRun = familyIndices[0] != lastFamilyIndices[0]; in itemize()822 if (lastFamilyIndices.empty()) { in itemize()[all …]