Home
last modified time | relevance | path

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

/external/skia/modules/sksg/src/
DSkSGOpacityEffect.cpp26 const RenderNode* OpacityEffect::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::OpacityEffect
27 return (fOpacity > 0) ? this->INHERITED::onNodeAt(p) : nullptr; in onNodeAt()
DSkSGClipEffect.cpp36 const RenderNode* ClipEffect::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::ClipEffect
37 return fClipNode->contains(p) ? this->INHERITED::onNodeAt(p) : nullptr; in onNodeAt()
DSkSGRenderEffect.cpp45 const RenderNode* ImageFilterEffect::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::ImageFilterEffect
141 const RenderNode* BlendModeEffect::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::BlendModeEffect
143 return this->INHERITED::onNodeAt(p); in onNodeAt()
DSkSGMaskEffect.cpp39 const RenderNode* MaskEffect::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::MaskEffect
42 return mask_hit ? this->INHERITED::onNodeAt(p) : nullptr; in onNodeAt()
DSkSGTransform.cpp99 const RenderNode* TransformEffect::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::TransformEffect
105 return this->INHERITED::onNodeAt(mapped_p); in onNodeAt()
DSkSGEffectNode.cpp26 const RenderNode* EffectNode::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::EffectNode
DSkSGImage.cpp33 const RenderNode* Image::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::Image
DSkSGColorFilter.cpp28 const RenderNode* ColorFilter::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::ColorFilter
30 return this->INHERITED::onNodeAt(p); in onNodeAt()
DSkSGDraw.cpp44 const RenderNode* Draw::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::Draw
DSkSGGroup.cpp69 const RenderNode* Group::onNodeAt(const SkPoint& p) const { in onNodeAt() function in sksg::Group
DSkSGRenderNode.cpp26 return this->bounds().contains(p.x(), p.y()) ? this->onNodeAt(p) : nullptr; in nodeAt()
/external/skia/modules/sksg/include/
DSkSGRenderEffect.h69 const RenderNode* onNodeAt(const SkPoint&) const override;
149 const RenderNode* onNodeAt(const SkPoint&) const override;
DSkSGEffectNode.h27 const RenderNode* onNodeAt(const SkPoint&) const override;
DSkSGOpacityEffect.h31 const RenderNode* onNodeAt(const SkPoint&) const override;
DSkSGDraw.h35 const RenderNode* onNodeAt(const SkPoint&) const override;
DSkSGImage.h37 const RenderNode* onNodeAt(const SkPoint&) const override;
DSkSGClipEffect.h36 const RenderNode* onNodeAt(const SkPoint&) const override;
DSkSGMaskEffect.h39 const RenderNode* onNodeAt(const SkPoint&) const override;
DSkSGGroup.h42 const RenderNode* onNodeAt(const SkPoint&) const override;
DSkSGRenderNode.h41 virtual const RenderNode* onNodeAt(const SkPoint& p) const = 0;
DSkSGColorFilter.h31 const RenderNode* onNodeAt(const SkPoint&) const final;
DSkSGTransform.h100 const RenderNode* onNodeAt(const SkPoint&) const override;
/external/skia/tools/viewer/
DSlideDir.cpp83 const RenderNode* onNodeAt(const SkPoint&) const override { return nullptr; } in onNodeAt() function in __anon477ee9930111::SlideAdapter
/external/skia/modules/skottie/src/
DSkottieLayer.cpp190 const RenderNode* onNodeAt(const SkPoint&) const override { return nullptr; } in attachNestedAnimation() function in skottie::internal::AnimationBuilder::attachNestedAnimation::SkottieSGAdapter