Home
last modified time | relevance | path

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

/external/skia/modules/sksg/src/
DSkSGRenderEffect.cpp39 const auto content_bounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local
41 return filter ? filter->computeFastBounds(content_bounds) in onRevalidate()
42 : content_bounds; in onRevalidate()