Searched refs:glyphCluster (Results 1 – 2 of 2) sorted by relevance
685 int32_t glyphCluster = glyph.fCluster + clusterOffset; in shape() local688 breakIteratorCurrent < glyphCluster) in shape()693 breakIteratorCurrent == glyphCluster; in shape()
1033 int32_t glyphCluster = glyph.fCluster; in wrap() local1036 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()