Searched refs:clusterStart (Results 1 – 1 of 1) sorted by relevance
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()