HomeSort by relevance Sort by last modified time
    Searched defs:markedForDelete (Results 1 - 2 of 2) 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; }
  /external/skia/src/animator/
SkDrawGroup.h 45 bool markedForDelete(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; }

Completed in 28 milliseconds