Home
last modified time | relevance | path

Searched defs:contextRange (Results 1 – 3 of 3) sorted by relevance

/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h73 const Range& contextRange, // A context range for measuring hyphenated piece. in populateHyphenationPoints()
141 inline Range contextRange() const { return Range(prevWordBreak, nextWordBreak); } in contextRange() function
DGreedyLineBreaker.cpp185 Range contextRange = range; in tryLineBreakWithHyphenation() local
DOptimalLineBreaker.cpp244 const Range contextRange = proc.contextRange(); in populateCandidates() local