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

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