Searched refs:clusterStart (Results 1 – 3 of 3) sorted by relevance
203 size_t clusterStart = 0; in set_character_bounds() local222 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()
202 size_t clusterStart = 0; in set_character_bounds() local221 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()
1040 const uint32_t clusterStart = in doLayoutRun() local1058 const ssize_t clusterOffset = clusterStart - scriptRunStart; in doLayoutRun()