Home
last modified time | relevance | path

Searched refs:unobserveInval (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/modules/sksg/src/
DSkSGGroup.cpp27 this->unobserveInval(child); in ~Group()
33 this->unobserveInval(child); in clear()
57 this->unobserveInval(node); in removeChild()
DSkSGTransform.cpp50 this->unobserveInval(fA); in ~Concat()
51 this->unobserveInval(fB); in ~Concat()
96 this->unobserveInval(fT); in ~Inverse()
177 this->unobserveInval(fTransform); in ~TransformEffect()
DSkSGRenderEffect.cpp49 this->unobserveInval(fShader); in ~ShaderEffect()
55 this->unobserveInval(fShader); in setShader()
103 this->unobserveInval(fImageFilter); in ~ImageFilterEffect()
154 this->unobserveInval(input); in ~ImageFilter()
DSkSGDraw.cpp27 this->unobserveInval(fGeometry); in ~Draw()
28 this->unobserveInval(fPaint); in ~Draw()
DSkSGGeometryEffect.cpp32 this->unobserveInval(fChild); in ~GeometryEffect()
82 this->unobserveInval(fTransform); in ~GeometryTransform()
DSkSGEffectNode.cpp19 this->unobserveInval(fChild); in ~EffectNode()
DSkSGColorFilter.cpp71 this->unobserveInval(fColor); in ~ModeColorFilter()
101 this->unobserveInval(color); in ~GradientColorFilter()
DSkSGClipEffect.cpp24 this->unobserveInval(fClipNode); in ~ClipEffect()
DSkSGPaint.cpp66 this->unobserveInval(fShader); in ~ShaderPaint()
DSkSGMaskEffect.cpp31 this->unobserveInval(fMaskNode); in ~MaskEffect()
DSkSGMerge.cpp25 this->unobserveInval(rec.fGeo); in ~Merge()
DSkSGNode.cpp82 void Node::unobserveInval(const sk_sp<Node>& node) { in unobserveInval() function in sksg::Node
DSkSGRenderNode.cpp234 this->unobserveInval(child); in ~CustomRenderNode()
/third_party/skia/modules/sksg/include/
DSkSGNode.h66 void unobserveInval(const sk_sp<Node>&);
/third_party/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp25 fMBNode->unobserveInval(fChild); in AutoInvalBlocker()
DDisplacementMapEffect.cpp74 this->unobserveInval(fDisplSource); in ~DisplacementNode()