OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCurrDisplayable
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/animator/
SkDisplayXMLParser.cpp
82
fInSkia(maker.fInInclude),
fCurrDisplayable
(NULL)
87
if (
fCurrDisplayable
&& fMaker.fChildren.find(
fCurrDisplayable
) < 0)
88
delete
fCurrDisplayable
;
91
if (displayable ==
fCurrDisplayable
)
108
if (
fCurrDisplayable
== NULL) // this signals we should ignore attributes for this element
110
SkDisplayable* displayable =
fCurrDisplayable
;
201
fCurrDisplayable
= NULL;
232
fCurrDisplayable
= NULL; // init so we'll ignore attributes if we exit early
264
fCurrDisplayable
= displayable
[
all
...]
SkDisplayXMLParser.h
93
SkDisplayable*
fCurrDisplayable
;
Completed in 10 milliseconds