HomeSort by relevance Sort by last modified time
    Searched refs:fCopies (Results 1 - 5 of 5) sorted by null

  /external/skia/src/animator/
SkDrawGroup.h 45 bool markedForDelete(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; }
59 SkTDIntArray fCopies;
SkDrawGroup.cpp 38 int max = fCopies.count() << 5;
81 return (fCopies[index >> 5] & 1 << (index & 0x1f)) != 0;
231 fCopies[index >> 5] &= ~(1 << (index & 0x1f));
237 fCopies[index >> 5] |= 1 << (index & 0x1f);
243 int oldLongs = fCopies.count();
246 fCopies.setCount(newLongs);
247 memset(&fCopies[oldLongs], 0, (newLongs - oldLongs) << 2);
255 int max = fCopies.count() << 5;
  /external/skia/bench/
PathBench.cpp 360 fCopies.reset(kPathCnt);
369 fCopies[idx] = fPaths[idx];
379 SkAutoTArray<SkPath> fCopies;
445 fCopies.reset(kPathCnt);
448 fCopies[i] = fPaths[i];
456 fParity ^= (fPaths[idx] == fCopies[idx & ~0x1]);
467 SkAutoTArray<SkPath> fCopies;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 

Completed in 143 milliseconds