Searched defs:markedForDelete (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawGroup.h45 bool markedForDelete(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; } function in class:SkGroup
/external/skia/src/animator/
H A DSkDrawGroup.h45 bool markedForDelete(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; } function in class:SkGroup

Completed in 217 milliseconds