Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/flow/layers/
Dlayer.h139 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
Dlayer.cc15 paint_bounds_(SkRect::MakeEmpty()), in Layer()
/third_party/flutter/engine/flutter/flow/
Dscene_update_context.cc302 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()
Dscene_update_context.h131 SkRect paint_bounds_; variable