Home
last modified time | relevance | path

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

/external/skia/experimental/sksg/effects/
DSkSGClipEffect.cpp43 auto childBounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local
45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
47 return childBounds.intersect(clipBounds) ? childBounds : SkRect::MakeEmpty(); in onRevalidate()
DSkSGMaskEffect.cpp46 auto childBounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local
48 return childBounds.intersect(maskBounds) ? childBounds : SkRect::MakeEmpty(); in onRevalidate()
/external/skqp/experimental/sksg/effects/
DSkSGClipEffect.cpp43 auto childBounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local
45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
47 return childBounds.intersect(clipBounds) ? childBounds : SkRect::MakeEmpty(); in onRevalidate()
DSkSGMaskEffect.cpp46 auto childBounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local
48 return childBounds.intersect(maskBounds) ? childBounds : SkRect::MakeEmpty(); in onRevalidate()