Searched refs:fCurrDisplayable (Results 1 – 4 of 4) sorted by relevance
74 fInSkia(maker.fInInclude), fCurrDisplayable(NULL) 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 == NULL) // this signals we should ignore attributes for this element in onAddAttributeLen()102 SkDisplayable* displayable = fCurrDisplayable; in onAddAttributeLen()201 fCurrDisplayable = NULL; in onEndElement()232 fCurrDisplayable = NULL; // init so we'll ignore attributes if we exit early in onStartElementLen()264 fCurrDisplayable = displayable; in onStartElementLen()
85 SkDisplayable* fCurrDisplayable; variable