Lines Matching refs:fCluster
655 uint32_t fCluster; member
702 buffer.clusters[i] = glyph.fCluster; in append()
986 SkASSERT(modelStartCluster <= model.fGlyphs[i].fCluster); in shapeCorrect()
987 … SkASSERT( model.fGlyphs[i].fCluster < (size_t)(utf8End - utf8)); in shapeCorrect()
989 modelText[model.fGlyphs[i].fCluster - modelStartCluster].glyphLen = i; in shapeCorrect()
990 modelText[model.fGlyphs[i].fCluster - modelStartCluster].advance = advance; in shapeCorrect()
1147 int32_t glyphCluster = glyph.fCluster; in shapeOk()
1155 glyph.fMayLineBreakBefore = glyph.fCluster != previousCluster && in shapeOk()
1164 glyph.fGraphemeBreakBefore = glyph.fCluster != previousCluster && in shapeOk()
1167 previousCluster = glyph.fCluster; in shapeOk()
1398 glyph.fCluster = info[i].cluster; in shape()