Searched refs:hyIter (Results 1 – 1 of 1) sorted by relevance
241 void appendWithMerging(std::vector<HyphenBreak>::const_iterator hyIter, in appendWithMerging() argument246 while (hyIter != endHyIter || d != desperates.end()) { in appendWithMerging()249 if (d != desperates.end() && (hyIter == endHyIter || d->offset <= hyIter->offset)) { in appendWithMerging()254 out->pushHyphenation(hyIter->offset, proc.sumOfCharWidths - hyIter->second, in appendWithMerging()255 proc.sumOfCharWidthsAtPrevWordBreak + hyIter->first, hyphenPenalty, in appendWithMerging()256 proc.effectiveSpaceCount, hyIter->type, isRtl, letterSpacing); in appendWithMerging()257 hyIter++; in appendWithMerging()282 auto hyIter = std::begin(measured.hyphenBreaks); in populateCandidates() local317 auto beginHyIter = hyIter; in populateCandidates()318 while (hyIter != std::end(measured.hyphenBreaks) && in populateCandidates()[all …]