Home
last modified time | relevance | path

Searched refs:newLongs (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/animator/
DSkDrawGroup.cpp244 int newLongs = (index >> 5) + 1; in markCopySize() local
245 if (oldLongs < newLongs) { in markCopySize()
246 fCopies.setCount(newLongs); in markCopySize()
247 memset(&fCopies[oldLongs], 0, (newLongs - oldLongs) << 2); in markCopySize()