Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h69 const Range& hyphenationTargetRange, // An actual range for the hyphenation target. in populateHyphenationPoints() argument
72 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()