Home
last modified time | relevance | path

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

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp685 int32_t glyphCluster = glyph.fCluster + clusterOffset; in shape() local
688 breakIteratorCurrent < glyphCluster) in shape()
693 breakIteratorCurrent == glyphCluster; in shape()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1033 int32_t glyphCluster = glyph.fCluster; in wrap() local
1036 while (!lineBreakIterator.isDone() && lineBreakIteratorCurrent < glyphCluster) in wrap()
1041 lineBreakIteratorCurrent == glyphCluster; in wrap()
1044 while (!graphemeBreakIterator.isDone() && graphemeBreakIteratorCurrent < glyphCluster) in wrap()
1049 graphemeBreakIteratorCurrent == glyphCluster; in wrap()