Searched refs:childBounds (Results 1 – 3 of 3) sorted by relevance
44 auto childBounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local46 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()48 return childBounds.intersect(clipBounds) ? childBounds : SkRect::MakeEmpty(); in onRevalidate()
90 auto childBounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local92 return (is_inverted(fMaskMode) || childBounds.intersect(maskBounds)) in onRevalidate()93 ? childBounds in onRevalidate()
55 const SkRect childBounds = fChildren[i]->objectBoundingBox(ctx); in onObjectBoundingBox() local56 bounds.join(childBounds); in onObjectBoundingBox()