Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/sksg/src/
H A 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()
H A DSkSGGroup.cpp34 this->unobserveInval(child); in ~Group()
40 this->unobserveInval(child); in clear()
64 this->unobserveInval(node); in removeChild()
H A DSkSGRenderEffect.cpp56 this->unobserveInval(fShader); in ~ShaderEffect()
62 this->unobserveInval(fShader); in setShader()
110 this->unobserveInval(fImageFilter); in ~ImageFilterEffect()
H A DSkSGDraw.cpp31 this->unobserveInval(fGeometry); in ~Draw()
32 this->unobserveInval(fPaint); in ~Draw()
H A DSkSGGeometryEffect.cpp43 this->unobserveInval(fChild); in ~GeometryEffect()
93 this->unobserveInval(fTransform); in ~GeometryTransform()
H A DSkSGColorFilter.cpp88 this->unobserveInval(fColor); in ~ModeColorFilter()
118 this->unobserveInval(color); in ~GradientColorFilter()
H A DSkSGEffectNode.cpp28 this->unobserveInval(fChild); in ~EffectNode()
H A DSkSGClipEffect.cpp31 this->unobserveInval(fClipNode); in ~ClipEffect()
H A DSkSGPaint.cpp71 this->unobserveInval(fShader); in ~ShaderPaint()
H A DSkSGMaskEffect.cpp40 this->unobserveInval(fMaskNode); in ~MaskEffect()
H A DSkSGMerge.cpp31 this->unobserveInval(rec.fGeo); in ~Merge()
H A DSkSGNode.cpp84 void Node::unobserveInval(const sk_sp<Node>& node) { in unobserveInval() function in sksg::Node
H A DSkSGRenderNode.cpp247 this->unobserveInval(child); in ~CustomRenderNode()
/aosp_15_r20/external/skia/modules/sksg/include/
H A DSkSGNode.h68 void unobserveInval(const sk_sp<Node>&);
/aosp_15_r20/external/skia/modules/skottie/src/effects/
H A DMotionBlurEffect.cpp25 fMBNode->unobserveInval(fChild); in AutoInvalBlocker()
H A DDisplacementMapEffect.cpp95 this->unobserveInval(fDisplSource); in ~DisplacementNode()