Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1035 int32_t lineBreakIteratorCurrent = lineBreakIterator.current(); in wrap() local
1036 while (!lineBreakIterator.isDone() && lineBreakIteratorCurrent < glyphCluster) in wrap()
1038 lineBreakIteratorCurrent = lineBreakIterator.next(); in wrap()
1041 lineBreakIteratorCurrent == glyphCluster; in wrap()