Home
last modified time | relevance | path

Searched refs:hyIter (Results 1 – 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
DOptimalLineBreaker.cpp185 void appendWithMerging(std::vector<HyphenBreak>::const_iterator hyIter, in appendWithMerging() argument
190 while (hyIter != endHyIter || d != desperates.end()) { in appendWithMerging()
193 if (d != desperates.end() && (hyIter == endHyIter || d->offset <= hyIter->offset)) { in appendWithMerging()
198 out->pushHyphenation(hyIter->offset, proc.sumOfCharWidths - hyIter->second, in appendWithMerging()
199 proc.sumOfCharWidthsAtPrevWordBreak + hyIter->first, hyphenPenalty, in appendWithMerging()
200 proc.effectiveSpaceCount, hyIter->type, isRtl); in appendWithMerging()
201 hyIter++; in appendWithMerging()
216 auto hyIter = std::begin(measured.hyphenBreaks); in populateCandidates() local
249 auto beginHyIter = hyIter; in populateCandidates()
250 while (hyIter != std::end(measured.hyphenBreaks) && in populateCandidates()
[all …]