Searched refs:fCopies (Results 1 - 6 of 6) sorted by relevance

/external/skia/legacy/src/animator/
H A DSkDrawGroup.cpp38 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;
H A DSkDrawGroup.h45 bool markedForDelete(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; }
59 SkTDIntArray fCopies; member in class:SkGroup
/external/skia/src/animator/
H A DSkDrawGroup.cpp38 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;
H A DSkDrawGroup.h45 bool markedForDelete(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; }
59 SkTDIntArray fCopies; member in class:SkGroup
/external/skia/bench/
H A DPathBench.cpp371 fCopies.reset(kPathCnt);
380 fCopies[idx] = fPaths[idx];
385 fCopies.reset(0);
394 SkAutoTArray<SkPath> fCopies; member in class:PathCopyBench
474 fCopies.reset(kPathCnt);
477 fCopies[i] = fPaths[i];
485 fParity ^= (fPaths[idx] == fCopies[idx & ~0x1]);
491 fCopies.reset(0);
501 SkAutoTArray<SkPath> fCopies; member in class:PathEqualityBench
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1024 milliseconds