HomeSort by relevance Sort by last modified time
    Searched refs:thisGroup (Results 1 - 4 of 4) 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);
  /external/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 90 milliseconds