Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc881 std::vector<GlyphPosition> glyph_positions; in Layout() local
948 glyph_positions.emplace_back(run_x_offset + glyph_x_offset, in Layout()
955 glyph_positions.emplace_back( in Layout()
956 glyph_positions.back().x_pos.end, grapheme_advance, in Layout()
957 glyph_positions.back().code_units.start + in Layout()
986 glyph_positions.back().x_pos.end - word_start_position; in Layout()
993 if (glyph_positions.empty()) 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()
1017 glyph_positions.begin(), in Layout()
[all …]