Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1005 int32_t lineBreakIteratorCurrent = ubrk_current(&lineBreakIterator); in wrap() local
1006 while (lineBreakIteratorCurrent != UBRK_DONE && in wrap()
1007 lineBreakIteratorCurrent < glyphCluster) in wrap()
1009 lineBreakIteratorCurrent = ubrk_next(&lineBreakIterator); in wrap()
1012 lineBreakIteratorCurrent == glyphCluster; in wrap()
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1038 int32_t lineBreakIteratorCurrent = lineBreakIterator.current(); in wrap() local
1039 while (!lineBreakIterator.isDone() && lineBreakIteratorCurrent < glyphCluster) in wrap()
1041 lineBreakIteratorCurrent = lineBreakIterator.next(); in wrap()
1044 lineBreakIteratorCurrent == glyphCluster; in wrap()