Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DGreedyLineBreaker.cpp187 uint32_t prevOffset = NOWHERE; in tryLineBreakWithHyphenation() local
203 prevOffset = i; in tryLineBreakWithHyphenation()
208 if (prevOffset == NOWHERE) { in tryLineBreakWithHyphenation()
214 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation()
217 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()
219 breakLineAt(prevOffset, prevWidth, in tryLineBreakWithHyphenation()
234 prevOffset = NOWHERE; in tryLineBreakWithHyphenation()
240 if (prevOffset == NOWHERE) { in tryLineBreakWithHyphenation()
243 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation()
246 mTextBuf, contextRange.split(prevOffset).second, nextLineStartHyphenEdit, in tryLineBreakWithHyphenation()
[all …]