Home
last modified time | relevance | path

Searched refs:childrenNeedDisposing (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/animator/
DSkDisplayPost.h31 bool childrenNeedDisposing() const override;
DSkDrawPath.h24 bool childrenNeedDisposing() const override;
DSkDrawMatrix.h25 bool childrenNeedDisposing() const override;
DSkDisplayable.h37 virtual bool childrenNeedDisposing() const;
DSkDrawPath.cpp58 bool SkDrawPath::childrenNeedDisposing() const { in childrenNeedDisposing() function in SkDrawPath
DSkDisplayPost.cpp57 bool SkPost::childrenNeedDisposing() const { in childrenNeedDisposing() function in SkPost
DSkDrawMatrix.cpp73 bool SkDrawMatrix::childrenNeedDisposing() const { in childrenNeedDisposing() function in SkDrawMatrix
DSkDisplayXMLParser.cpp196 if (parent->childrenNeedDisposing()) in onEndElement()
DSkDisplayable.cpp55 bool SkDisplayable::childrenNeedDisposing() const { in childrenNeedDisposing() function in SkDisplayable