Home
last modified time | relevance | path

Searched defs:paint_bounds (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/flow/
Dscene_update_context.cc62 const SkRect& paint_bounds, in CreateFrame()
117 const SkRect& paint_bounds, in SetShapeTextureAndColor()
149 const SkRect& paint_bounds, in GenerateImageIfNeeded()
/third_party/flutter/engine/flutter/flow/layers/
Dlayer.h139 const SkRect& paint_bounds() const { return paint_bounds_; } in paint_bounds() function
143 void set_paint_bounds(const SkRect& paint_bounds) { in set_paint_bounds()