OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grandList
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/animator/
SkDisplayList.cpp
62
SkGroup** parent, SkGroup** found, SkTDDrawableArray**
grandList
) {
65
*
grandList
= &fDrawList;
66
return SearchForMatch(match, list, parent, found,
grandList
);
80
SkGroup** parent, SkGroup** found, SkTDDrawableArray**
grandList
) {
90
if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found,
grandList
, index))
101
if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found,
grandList
, index))
109
SkGroup** parent, SkGroup** found, SkTDDrawableArray**
grandList
, int &index) {
114
int groupIndex = group->findGroup(match, list, parent, found,
grandList
);
SkDisplayList.h
47
SkGroup** parent, SkGroup** found, SkTDDrawableArray**
grandList
);
61
SkGroup** parent, SkGroup** found, SkTDDrawableArray**
grandList
);
63
SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray**
grandList
,
SkDrawGroup.h
43
SkGroup** parent, SkGroup** found, SkTDDrawableArray**
grandList
);
SkDisplayAdd.cpp
96
SkTDDrawableArray*
grandList
SK_INIT_TO_AVOID_WARNING;
100
&thisGroup, &
grandList
) : 0;
124
&thisGroup, &
grandList
);
SkDrawGroup.cpp
184
SkGroup** parent, SkGroup** found, SkTDDrawableArray**
grandList
) {
199
*
grandList
= &fChildren;
200
return SkDisplayList::SearchForMatch(match, list, parent, found,
grandList
);
SkDisplayApply.cpp
352
SkTDDrawableArray*
grandList
;
355
int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &
grandList
);
384
int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &
grandList
);
Completed in 274 milliseconds