Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc788 std::vector<PaintRecord> paint_records; in Layout() local
1002 paint_records.emplace_back( in Layout()
1009 paint_records.emplace_back( in Layout()
1120 for (const PaintRecord& paint_record : paint_records) { in Layout()
1127 if (paint_records.empty()) { in Layout()
1157 for (PaintRecord& paint_record : paint_records) { in Layout()