Searched refs:paint_record (Results 1 – 4 of 4) sorted by relevance
90 "src/txt/paint_record.cc",91 "src/txt/paint_record.h",
1120 for (const PaintRecord& paint_record : paint_records) { in Layout() local1121 update_line_metrics(paint_record.metrics(), paint_record.style(), in Layout()1122 paint_record.GetPlaceholderRun()); in Layout()1157 for (PaintRecord& paint_record : paint_records) { in Layout()1158 paint_record.SetOffset( in Layout()1159 SkPoint::Make(paint_record.offset().x() + line_x_offset, y_offset)); in Layout()1160 records_.emplace_back(std::move(paint_record)); in Layout()
69 "$flutter_root/engine/flutter/third_party/txt/src/txt/paint_record.cc",
1144 FILE: ../../../flutter/third_party/txt/src/txt/paint_record.cc1145 FILE: ../../../flutter/third_party/txt/src/txt/paint_record.h