Searched defs:contextRange (Results 1 – 5 of 5) sorted by relevance
68 const Range& contextRange, // A context range for measuring hyphenated piece. in populateHyphenationPoints()136 inline Range contextRange() const { return Range(prevWordBreak, nextWordBreak); } in contextRange() function
186 Range contextRange = range; in tryLineBreakWithHyphenation() local
244 const Range contextRange = proc.contextRange(); in populateCandidates() local
274 const Range& contextRange, const MinikinPaint& paint, in buildLayout()
60 const minikin::Range contextRange(contextStart, contextStart + contextCount); in doLayout() local