Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/editor/
Dshape.cpp203 size_t clusterStart = 0; in set_character_bounds() local
222 SkASSERT(glyphIndex + 1 > clusterStart); in set_character_bounds()
223 unsigned clusterGlyphCount = glyphIndex + 1 - clusterStart; in set_character_bounds()
224 const SkPoint* clusterGlyphPositions = &positions[clusterStart]; in set_character_bounds()
225 const float* clusterAdvances = &advances[clusterStart]; in set_character_bounds()
226 clusterStart = glyphIndex + 1; // for next loop in set_character_bounds()
/third_party/skia/modules/skplaintexteditor/src/
Dshape.cpp202 size_t clusterStart = 0; in set_character_bounds() local
221 SkASSERT(glyphIndex + 1 > clusterStart); in set_character_bounds()
222 unsigned clusterGlyphCount = glyphIndex + 1 - clusterStart; in set_character_bounds()
223 const SkPoint* clusterGlyphPositions = &positions[clusterStart]; in set_character_bounds()
224 const float* clusterAdvances = &advances[clusterStart]; in set_character_bounds()
225 clusterStart = glyphIndex + 1; // for next loop in set_character_bounds()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.cpp1040 const uint32_t clusterStart = in doLayoutRun() local
1058 const ssize_t clusterOffset = clusterStart - scriptRunStart; in doLayoutRun()