Searched refs:content_bounds (Results 1 – 2 of 2) sorted by relevance
40 const auto content_bounds = this->children()[0]->revalidate(ic, ctm); in onRevalidate() local88 return content_bounds; in onRevalidate()
116 const auto content_bounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local118 return filter ? filter->computeFastBounds(content_bounds) in onRevalidate()119 : content_bounds; in onRevalidate()