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

/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/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 86 milliseconds