OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisGroup
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/animator/
SkDisplayAdd.cpp
98
SkGroup*
thisGroup
= NULL;
100
&
thisGroup
, &grandList) : 0;
124
&
thisGroup
, &grandList);
137
if (
thisGroup
)
138
thisGroup
->markCopySize(index);
140
if (
thisGroup
)
141
thisGroup
->markCopySet(index);
172
if (
thisGroup
) {
173
thisGroup
->markCopySize(index);
174
if (
thisGroup
->markedForDelete(index))
[
all
...]
SkDisplayApply.cpp
354
SkGroup*
thisGroup
;
355
int old = displayList.findGroup(drawable, &parentList, &parentGroup, &
thisGroup
, &grandList);
384
int oldApply = displayList.findGroup(this, &parentList, &pGroup, &
thisGroup
, &grandList);
Completed in 2178 milliseconds