Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc237 needs_layout_ = true; in SetText()
247 needs_layout_ = true; in SetInlinePlaceholders()
651 if (!needs_layout_ && rounded_width == width_) { in Layout()
657 needs_layout_ = false; in Layout()
1246 needs_layout_ = true; in SetParagraphStyle()
1995 needs_layout_ = dirty; in SetDirty()
Dparagraph_txt.h332 bool needs_layout_ = true; variable