Searched refs:childBounds (Results 1 – 6 of 6) 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()
49 auto childBounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local51 return (fMaskMode == Mode::kInvert || childBounds.intersect(maskBounds)) in onRevalidate()52 ? childBounds in onRevalidate()
47 const SkRect childBounds = fChildren[i]->objectBoundingBox(ctx); in onObjectBoundingBox() local48 bounds.join(childBounds); in onObjectBoundingBox()
289 Rect childBounds = _calculateSubtreeBoundsHelper(child, childTransform);296 childBounds = childBounds.intersect(transformedPaintClip);299 if (childBounds.isFinite && !childBounds.isEmpty) {300 bounds = bounds.isEmpty ? childBounds : bounds.expandToInclude(childBounds);