Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dpaint_record.cc32 bool is_ghost) in PaintRecord() argument
40 is_ghost_(is_ghost) {} in PaintRecord()
49 bool is_ghost, in PaintRecord() argument
58 is_ghost_(is_ghost), in PaintRecord()
67 bool is_ghost) in PaintRecord() argument
74 is_ghost_(is_ghost) {} in PaintRecord()
Dpaint_record.h45 bool is_ghost);
54 bool is_ghost,
63 bool is_ghost);
Dparagraph_txt.h233 bool is_ghost) in BidiRun() argument
234 : start_(s), end_(e), direction_(d), style_(&st), is_ghost_(is_ghost) {} in BidiRun()
256 bool is_ghost() const { return is_ghost_; } in is_ghost() function
Dparagraph_txt.cc868 if (run.is_ghost() && run.is_rtl()) in Layout()
1005 record_x_pos.start + run.placeholder_run()->width, run.is_ghost(), in Layout()
1012 record_x_pos.end, run.is_ghost()); in Layout()
1041 if (!run.is_ghost()) { in Layout()
1052 if ((!run.is_ghost() || run.is_rtl()) && !run.is_placeholder_run()) { in Layout()