Home
last modified time | relevance | path

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

12

/external/skqp/modules/sksg/src/
DSkSGTransform.cpp27 this->observeInval(fA); in Concat()
28 this->observeInval(fB); in Concat()
85 this->observeInval(fTransform); in TransformEffect()
DSkSGDraw.cpp20 this->observeInval(fGeometry); in Draw()
21 this->observeInval(fPaint); in Draw()
DSkSGGeometryTransform.cpp19 this->observeInval(fChild); in GeometryTransform()
20 this->observeInval(fTransform); in GeometryTransform()
DSkSGGroup.cpp17 this->observeInval(child); in Group()
42 this->observeInval(node); in addChild()
DSkSGEffectNode.cpp14 this->observeInval(fChild); in EffectNode()
DSkSGColorFilter.cpp31 this->observeInval(fColor); in ColorModeFilter()
DSkSGClipEffect.cpp20 this->observeInval(fClipNode); in ClipEffect()
DSkSGRoundEffect.cpp18 this->observeInval(fChild); in RoundEffect()
DSkSGTrimEffect.cpp18 this->observeInval(fChild); in TrimEffect()
DSkSGMaskEffect.cpp18 this->observeInval(fMaskNode); in MaskEffect()
DSkSGMerge.cpp18 this->observeInval(rec.fGeo); in Merge()
/external/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()
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()
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()
DSkSGGeometryEffect.cpp27 this->observeInval(fChild); in GeometryEffect()
76 this->observeInval(fTransform); in GeometryTransform()
DSkSGEffectNode.cpp15 this->observeInval(fChild); in EffectNode()
DSkSGClipEffect.cpp20 this->observeInval(fClipNode); in ClipEffect()
DSkSGColorFilter.cpp67 this->observeInval(fColor); in ModeColorFilter()
95 this->observeInval(color); in GradientColorFilter()
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
/external/skqp/modules/sksg/include/
DSkSGNode.h62 void observeInval(const sk_sp<Node>&);
/external/skia/modules/sksg/include/
DSkSGNode.h65 void observeInval(const sk_sp<Node>&);

12