Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc786 double run_x_offset = 0; in Layout() local
829 run_x_offset + text_width + ellipsis_width > width_) { in Layout()
869 run_x_offset -= layout.getAdvance(); in Layout()
948 glyph_positions.emplace_back(run_x_offset + glyph_x_offset, in Layout()
975 word_start_position = run_x_offset + glyph_x_offset; in Layout()
999 glyph_positions.front().x_pos.start - run_x_offset, in Layout()
1000 glyph_positions.back().x_pos.end - run_x_offset); in Layout()
1003 run.style(), SkPoint::Make(run_x_offset + justify_x_offset, 0), in Layout()
1007 run_x_offset += run.placeholder_run()->width; in Layout()
1010 run.style(), SkPoint::Make(run_x_offset + justify_x_offset, 0), in Layout()
[all …]