Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc790 for (auto line_run_it = line_runs.begin(); line_run_it != line_runs.end(); in Layout() local
791 ++line_run_it) { in Layout()
792 const BidiRun& run = *line_run_it; in Layout()
812 line_run_it == line_runs.end() - 1 && in Layout()