Searched refs:clusterBox (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/experimental/editor/ |
D | shape.cpp | 228 SkRect clusterBox = selection_box(metrics, clusterAdvances[0], clusterGlyphPositions[0]); in set_character_bounds() local 230 clusterBox.join(selection_box(metrics, clusterAdvances[i], clusterGlyphPositions[i])); in set_character_bounds() 233 cursors[textBegin] = clusterBox; in set_character_bounds() 239 cursors[textBegin] = clusterBox; in set_character_bounds() 243 float width = clusterBox.width() / codePointCount; in set_character_bounds() 247 float x = clusterBox.left(); in set_character_bounds() 253 cursors[firstIndex] = SkRect{x, clusterBox.top(), nextX, clusterBox.bottom()}; in set_character_bounds()
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | shape.cpp | 227 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()
|