Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h68 const Range& contextRange, // A context range for measuring hyphenated piece. in populateHyphenationPoints()
136 inline Range contextRange() const { return Range(prevWordBreak, nextWordBreak); } in contextRange() function
DGreedyLineBreaker.cpp186 Range contextRange = range; in tryLineBreakWithHyphenation() local
DOptimalLineBreaker.cpp244 const Range contextRange = proc.contextRange(); in populateCandidates() local
DMeasuredText.cpp274 const Range& contextRange, const MinikinPaint& paint, in buildLayout()
/frameworks/base/libs/hwui/hwui/
DMinikinUtils.cpp60 const minikin::Range contextRange(contextStart, contextStart + contextCount); in doLayout() local