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