Home
last modified time | relevance | path

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

12

/external/skqp/modules/sksg/src/
DSkSGGroup.cpp23 this->unobserveInval(child); in ~Group()
29 this->unobserveInval(child); in clear()
53 this->unobserveInval(node); in removeChild()
DSkSGTransform.cpp32 this->unobserveInval(fA); in ~Concat()
33 this->unobserveInval(fB); in ~Concat()
89 this->unobserveInval(fTransform); in ~TransformEffect()
DSkSGDraw.cpp25 this->unobserveInval(fGeometry); in ~Draw()
26 this->unobserveInval(fPaint); in ~Draw()
DSkSGGeometryTransform.cpp24 this->unobserveInval(fChild); in ~GeometryTransform()
25 this->unobserveInval(fTransform); in ~GeometryTransform()
DSkSGEffectNode.cpp18 this->unobserveInval(fChild); in ~EffectNode()
DSkSGColorFilter.cpp35 this->unobserveInval(fColor); in ~ColorModeFilter()
DSkSGClipEffect.cpp24 this->unobserveInval(fClipNode); in ~ClipEffect()
DSkSGRoundEffect.cpp22 this->unobserveInval(fChild); in ~RoundEffect()
DSkSGTrimEffect.cpp22 this->unobserveInval(fChild); in ~TrimEffect()
DSkSGMaskEffect.cpp22 this->unobserveInval(fMaskNode); in ~MaskEffect()
DSkSGMerge.cpp24 this->unobserveInval(rec.fGeo); in ~Merge()
/external/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()
DSkSGDraw.cpp27 this->unobserveInval(fGeometry); in ~Draw()
28 this->unobserveInval(fPaint); in ~Draw()
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()
DSkSGGeometryEffect.cpp31 this->unobserveInval(fChild); in ~GeometryEffect()
80 this->unobserveInval(fTransform); in ~GeometryTransform()
DSkSGEffectNode.cpp19 this->unobserveInval(fChild); in ~EffectNode()
DSkSGClipEffect.cpp24 this->unobserveInval(fClipNode); in ~ClipEffect()
DSkSGColorFilter.cpp71 this->unobserveInval(fColor); in ~ModeColorFilter()
101 this->unobserveInval(color); in ~GradientColorFilter()
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
/external/skqp/modules/sksg/include/
DSkSGNode.h63 void unobserveInval(const sk_sp<Node>&);
/external/skia/modules/sksg/include/
DSkSGNode.h66 void unobserveInval(const sk_sp<Node>&);

12