Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dpaint_record.cc40 is_ghost_(is_ghost) {} in PaintRecord()
58 is_ghost_(is_ghost), in PaintRecord()
74 is_ghost_(is_ghost) {} in PaintRecord()
85 is_ghost_ = other.is_ghost_; in PaintRecord()
96 is_ghost_ = other.is_ghost_; in operator =()
Dpaint_record.h87 bool isGhost() const { return is_ghost_; } in isGhost()
104 bool is_ghost_ = false; variable
Dparagraph_txt.h226 : start_(s), end_(e), direction_(d), style_(&st), is_ghost_(false) {} in BidiRun()
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()
263 bool is_ghost_; variable