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

  /external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.h 45 bool markedForDelete(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; }
59 SkTDIntArray fCopies;
  /external/skia/src/animator/
SkDrawGroup.h 45 bool markedForDelete(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; }
59 SkTDIntArray fCopies;
  /external/chromium_org/third_party/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/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 

Completed in 134 milliseconds