Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DGreedyLineBreaker.cpp214 const StartHyphenEdit nextLineStartHyphenEdit = editForNextLine(hyph); in tryLineBreakWithHyphenation() local
216 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()
220 editForThisLine(hyph), nextLineStartHyphenEdit); in tryLineBreakWithHyphenation()
243 const StartHyphenEdit nextLineStartHyphenEdit = editForNextLine(hyph); in tryLineBreakWithHyphenation() local
245 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()
249 remainingCharWidths, editForThisLine(hyph), nextLineStartHyphenEdit); in tryLineBreakWithHyphenation()