Home
last modified time | relevance | path

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

/external/skia/modules/skplaintexteditor/src/
Dshape.cpp227 SkRect clusterBox = selection_box(metrics, clusterAdvances[0], clusterGlyphPositions[0]); in set_character_bounds() local
229 clusterBox.join(selection_box(metrics, clusterAdvances[i], clusterGlyphPositions[i])); in set_character_bounds()
232 cursors[textBegin] = clusterBox; in set_character_bounds()
238 cursors[textBegin] = clusterBox; in set_character_bounds()
242 float width = clusterBox.width() / codePointCount; in set_character_bounds()
246 float x = clusterBox.left(); in set_character_bounds()
252 cursors[firstIndex] = SkRect{x, clusterBox.top(), nextX, clusterBox.bottom()}; in set_character_bounds()