Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DGreedyLineBreaker.cpp215 const StartHyphenEdit nextLineStartHyphenEdit = editForNextLine(hyph); in tryLineBreakWithHyphenation() local
217 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()
221 editForThisLine(hyph), nextLineStartHyphenEdit); in tryLineBreakWithHyphenation()
244 const StartHyphenEdit nextLineStartHyphenEdit = editForNextLine(hyph); in tryLineBreakWithHyphenation() local
246 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()
250 remainingCharWidths, editForThisLine(hyph), nextLineStartHyphenEdit); in tryLineBreakWithHyphenation()