Home
last modified time | relevance | path

Searched refs:fCurrDisplayable (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/animator/
DSkDisplayXMLParser.cpp74 fInSkia(maker.fInInclude), fCurrDisplayable(nullptr) in SkDisplayXMLParser()
79 if (fCurrDisplayable && fMaker.fChildren.find(fCurrDisplayable) < 0) in ~SkDisplayXMLParser()
80 delete fCurrDisplayable; in ~SkDisplayXMLParser()
83 if (displayable == fCurrDisplayable) in ~SkDisplayXMLParser()
100 if (fCurrDisplayable == nullptr) // this signals we should ignore attributes for this element in onAddAttributeLen()
102 SkDisplayable* displayable = fCurrDisplayable; in onAddAttributeLen()
201 fCurrDisplayable = nullptr; in onEndElement()
232 fCurrDisplayable = nullptr; // init so we'll ignore attributes if we exit early in onStartElementLen()
264 fCurrDisplayable = displayable; in onStartElementLen()
DSkDisplayXMLParser.h85 SkDisplayable* fCurrDisplayable; variable