Home
last modified time | relevance | path

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

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