Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextWrapper.h17 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;
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp485 uint32_t fCluster; member
539 buffer.clusters[i] = glyph.fCluster; in append()
890 SkASSERT(modelStartCluster <= model.fGlyphs[i].fCluster); in wrap()
891 … SkASSERT( model.fGlyphs[i].fCluster < (size_t)(utf8End - utf8)); in wrap()
893 modelText[model.fGlyphs[i].fCluster - modelStartCluster].glyphLen = i; in wrap()
894 modelText[model.fGlyphs[i].fCluster - modelStartCluster].advance = advance; in wrap()
1049 int32_t glyphCluster = glyph.fCluster; in wrap()
1057 glyph.fMayLineBreakBefore = glyph.fCluster != previousCluster && in wrap()
1066 glyph.fGraphemeBreakBefore = glyph.fCluster != previousCluster && in wrap()
1069 previousCluster = glyph.fCluster; in wrap()
[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()