Home
last modified time | relevance | path

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

/third_party/skia/modules/sksg/src/
DSkSGTransform.cpp45 this->observeInval(fA); in Concat()
46 this->observeInval(fB); in Concat()
92 this->observeInval(fT); in Inverse()
173 this->observeInval(fTransform); in TransformEffect()
DSkSGRenderEffect.cpp43 this->observeInval(fShader); in ShaderEffect()
61 this->observeInval(fShader); in setShader()
99 this->observeInval(fImageFilter); in ImageFilterEffect()
146 this->observeInval(input); in ImageFilter()
DSkSGDraw.cpp22 this->observeInval(fGeometry); in Draw()
23 this->observeInval(fPaint); in Draw()
DSkSGGroup.cpp21 this->observeInval(child); in Group()
46 this->observeInval(node); in addChild()
DSkSGGeometryEffect.cpp28 this->observeInval(fChild); in GeometryEffect()
78 this->observeInval(fTransform); in GeometryTransform()
DSkSGEffectNode.cpp15 this->observeInval(fChild); in EffectNode()
DSkSGColorFilter.cpp67 this->observeInval(fColor); in ModeColorFilter()
95 this->observeInval(color); in GradientColorFilter()
DSkSGClipEffect.cpp20 this->observeInval(fClipNode); in ClipEffect()
DSkSGPaint.cpp62 this->observeInval(fShader); in ShaderPaint()
DSkSGMaskEffect.cpp27 this->observeInval(fMaskNode); in MaskEffect()
DSkSGMerge.cpp19 this->observeInval(rec.fGeo); in Merge()
DSkSGNode.cpp59 void Node::observeInval(const sk_sp<Node>& node) { in observeInval() function in sksg::Node
DSkSGRenderNode.cpp228 this->observeInval(child); in CustomRenderNode()
/third_party/skia/modules/sksg/include/
DSkSGNode.h65 void observeInval(const sk_sp<Node>&);
/third_party/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp29 fMBNode->observeInval(fChild); in ~AutoInvalBlocker()
DDisplacementMapEffect.cpp128 this->observeInval(fDisplSource);