Home
last modified time | relevance | path

Searched refs:clusterGlyphCount (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkClusterator.cpp54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex; in next() local
63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount}; in next()
/third_party/skia/src/pdf/
DSkClusterator.cpp54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex; in next() local
63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount}; in next()
/third_party/skia/modules/skplaintexteditor/src/
Dshape.cpp222 unsigned clusterGlyphCount = glyphIndex + 1 - clusterStart; in set_character_bounds() local
228 for (unsigned i = 1; i < clusterGlyphCount; ++i) { // multiple glyphs in set_character_bounds()
/third_party/flutter/skia/experimental/editor/
Dshape.cpp223 unsigned clusterGlyphCount = glyphIndex + 1 - clusterStart; in set_character_bounds() local
229 for (unsigned i = 1; i < clusterGlyphCount; ++i) { // multiple glyphs in set_character_bounds()