Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp655 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()
[all …]
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp401 uint32_t fCluster; member
447 buffer.clusters[i] = glyph.fCluster; in append()
668 glyph.fCluster = info[i].cluster; in shape()
685 int32_t glyphCluster = glyph.fCluster + clusterOffset; in shape()
692 glyph.fMayLineBreakBefore = glyph.fCluster != previousCluster && in shape()
694 previousCluster = glyph.fCluster; in shape()