Home
last modified time | relevance | path

Searched refs:fClipNode (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/sksg/src/
H A DSkSGClipEffect.cpp18 , fClipNode(std::move(clip)) in ClipEffect()
20 this->observeInval(fClipNode); in ClipEffect()
24 this->unobserveInval(fClipNode); in ~ClipEffect()
30 fClipNode->clip(canvas, fAntiAlias); in onRender()
37 return fClipNode->contains(p) ? this->INHERITED::onNodeAt(p) : nullptr; in onNodeAt()
43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate()
46 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
/third_party/skia/modules/sksg/include/
H A DSkSGClipEffect.h41 const sk_sp<GeometryNode> fClipNode; member in sksg::final

Completed in 1 milliseconds