OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisGroup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDisplayAdd.cpp
90
SkGroup*
thisGroup
= NULL;
92
&
thisGroup
, &grandList) : 0;
116
&
thisGroup
, &grandList);
129
if (
thisGroup
)
130
thisGroup
->markCopySize(index);
132
if (
thisGroup
)
133
thisGroup
->markCopySet(index);
164
if (
thisGroup
) {
165
thisGroup
->markCopySize(index);
166
if (
thisGroup
->markedForDelete(index))
[
all
...]
SkDisplayApply.cpp
347
SkGroup*
thisGroup
;
348
int old = displayList.findGroup(drawable, &parentList, &parentGroup, &
thisGroup
, &grandList);
377
int oldApply = displayList.findGroup(this, &parentList, &pGroup, &
thisGroup
, &grandList);
Completed in 546 milliseconds