Searched refs:is_ghost_ (Results 1 – 3 of 3) sorted by relevance
40 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 =()
87 bool isGhost() const { return is_ghost_; } in isGhost()104 bool is_ghost_ = false; variable
226 : 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