Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.h257 bool is_placeholder_run() const { return placeholder_run_ != nullptr; } in is_placeholder_run() function
Dparagraph_txt.cc1001 if (run.is_placeholder_run()) { in Layout()
1031 run.is_placeholder_run() in Layout()
1036 if (run.is_placeholder_run()) { in Layout()
1052 if ((!run.is_ghost() || run.is_rtl()) && !run.is_placeholder_run()) { in Layout()