Home
last modified time | relevance | path

Searched refs:child_bounds (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/sksg/src/
H A DSkSGGroup.cpp88 const auto child_bounds = fChildren[i]->revalidate(ic, ctm); in onRevalidate() local
91 if (!fRequiresIsolation && i > 0 && child_bounds.intersects(bounds)) { in onRevalidate()
98 if (child_bounds.intersects(fChildren[i]->bounds())) { in onRevalidate()
106 bounds.join(child_bounds); in onRevalidate()

Completed in 1 milliseconds