Searched refs:hyphenationTargetRange (Results 1 – 1 of 1) sorted by relevance
69 const Range& hyphenationTargetRange, // An actual range for the hyphenation target. in populateHyphenationPoints() argument72 if (!run.getRange().contains(contextRange) || !contextRange.contains(hyphenationTargetRange)) { in populateHyphenationPoints()77 hyphenate(textBuf.substr(hyphenationTargetRange), hyphenator); in populateHyphenationPoints()78 for (uint32_t i = hyphenationTargetRange.getStart(); i < hyphenationTargetRange.getEnd(); ++i) { in populateHyphenationPoints()79 const HyphenationType hyph = hyphenResult[hyphenationTargetRange.toRangeOffset(i)]; in populateHyphenationPoints()