Searched refs:is_ghost (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | paint_record.cc | 32 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()
|
D | paint_record.h | 45 bool is_ghost); 54 bool is_ghost, 63 bool is_ghost);
|
D | paragraph_txt.h | 233 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
|
D | paragraph_txt.cc | 868 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()
|