Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc804 size_t text_count = run.end() - run.start(); in Layout() local
820 std::vector<float> text_advances(text_count); in Layout()
822 layout.measureText(text_ptr, text_start, text_count, text_.size(), in Layout()
828 while (truncate_count < text_count && in Layout()
830 text_width -= text_advances[text_count - truncate_count - 1]; in Layout()
834 ellipsized_text.reserve(text_count - truncate_count + in Layout()
843 text_count = ellipsized_text.size(); in Layout()
844 text_size = text_count; in Layout()
854 layout.doLayout(text_ptr, text_start, text_count, text_size, run.is_rtl(), in Layout()
871 std::vector<float> layout_advances(text_count); in Layout()
[all …]
/third_party/toybox/toys/pending/
Dvi.c369 static int text_count(size_t start, size_t end, char c) in text_count() function
619 s = text_count(0, TT.screen, '\n'); in adjust_screen_buffer()
620 c = text_count(0, TT.cursor, '\n'); in adjust_screen_buffer()