Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DGreedyLineBreaker.cpp234 const StartHyphenEdit nextLineStartHyphenEdit = editForNextLine(hyph); in tryLineBreakWithHyphenation() local
236 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()
240 editForThisLine(hyph), nextLineStartHyphenEdit); in tryLineBreakWithHyphenation()
263 const StartHyphenEdit nextLineStartHyphenEdit = editForNextLine(hyph); in tryLineBreakWithHyphenation() local
265 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()
269 remainingCharWidths, editForThisLine(hyph), nextLineStartHyphenEdit); in tryLineBreakWithHyphenation()