Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h80 const Range& hyphenationTargetRange, // An actual range for the hyphenation target. in populateHyphenationPoints() argument
85 if (!run.getRange().contains(contextRange) || !contextRange.contains(hyphenationTargetRange)) { in populateHyphenationPoints()
90 hyphenate(textBuf.substr(hyphenationTargetRange), hyphenator); in populateHyphenationPoints()
91 for (uint32_t i = hyphenationTargetRange.getStart(); i < hyphenationTargetRange.getEnd(); ++i) { in populateHyphenationPoints()
92 const HyphenationType hyph = hyphenResult[hyphenationTargetRange.toRangeOffset(i)]; in populateHyphenationPoints()