Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc717 size_t line_end_index = in Layout() local
740 bidi_run.end() > line_end_index) { in Layout()
742 std::max(bidi_run.start(), line_end_index), in Layout()
751 if (bidi_run.start() < line_end_index && in Layout()
759 std::min(bidi_run.end(), line_end_index), in Layout()
765 std::min(bidi_run.end(), line_end_index), in Layout()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc452 const size_t line_end_index = 3; in GetLocation() local
456 … ret[column_index].cast<int64_t>(), ret[line_end_index].cast<int64_t>(), in GetLocation()