Searched refs:fCluster (Results 1 – 3 of 3) sorted by relevance
17 ClusterPos() : fCluster(nullptr), fPos(0) {} in ClusterPos()18 ClusterPos(Cluster* cluster, size_t pos) : fCluster(cluster), fPos(pos) {} in ClusterPos()19 inline Cluster* cluster() const { return fCluster; } in cluster()23 fCluster = nullptr; in clean()27 fCluster += up ? 1 : -1; in move()28 fPos = up ? 0 : fCluster->endPos(); in move()32 Cluster* fCluster;
491 uint32_t fCluster; member545 buffer.clusters[i] = glyph.fCluster; in append()899 SkASSERT(modelStartCluster <= model.fGlyphs[i].fCluster); in wrap()900 … SkASSERT( model.fGlyphs[i].fCluster < (size_t)(utf8End - utf8)); in wrap()902 modelText[model.fGlyphs[i].fCluster - modelStartCluster].glyphLen = i; in wrap()903 modelText[model.fGlyphs[i].fCluster - modelStartCluster].advance = advance; in wrap()1033 int32_t glyphCluster = glyph.fCluster; in wrap()1040 glyph.fMayLineBreakBefore = glyph.fCluster != previousCluster && in wrap()1048 glyph.fGraphemeBreakBefore = glyph.fCluster != previousCluster && in wrap()1051 previousCluster = glyph.fCluster; in wrap()[all …]
401 uint32_t fCluster; member447 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()