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
74
fInSkia(maker.fInInclude),
fCurrDisplayable
(nullptr)
79
if (
fCurrDisplayable
&& fMaker.fChildren.find(
fCurrDisplayable
) < 0)
80
delete
fCurrDisplayable
;
83
if (displayable ==
fCurrDisplayable
)
100
if (
fCurrDisplayable
== nullptr) // this signals we should ignore attributes for this element
102
SkDisplayable* displayable =
fCurrDisplayable
;
201
fCurrDisplayable
= nullptr;
232
fCurrDisplayable
= nullptr; // init so we'll ignore attributes if we exit early
264
fCurrDisplayable
= displayable
[
all
...]
SkDisplayXMLParser.h
85
SkDisplayable*
fCurrDisplayable
;
Completed in 355 milliseconds