Searched refs:paint_bounds_ (Results 1 – 4 of 4) sorted by relevance
139 const SkRect& paint_bounds() const { return paint_bounds_; } in paint_bounds()144 paint_bounds_ = paint_bounds; in set_paint_bounds()147 bool needs_painting() const { return !paint_bounds_.isEmpty(); } in needs_painting()154 SkRect paint_bounds_; variable
15 paint_bounds_(SkRect::MakeEmpty()), in Layer()
302 paint_bounds_(SkRect::MakeEmpty()), in Frame()322 rrect_, color_, paint_bounds_, std::move(paint_layers_), in ~Frame()329 paint_bounds_.join(layer->paint_bounds()); in AddPaintLayer()
131 SkRect paint_bounds_; variable