Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkTBlockList.h304 int headItemCount = 0; in concat() local
310 headItemCount = (headEnd - headStart) / sizeof(T); in concat()
312 if (headItemCount > avail) { in concat()
316 fAllocator->template reserve<alignof(T)>((headItemCount - avail) * sizeof(T), in concat()
332 copy(headBlock, headStart, fAllocator.allocator(), std::min(headItemCount, avail)); in concat()
334 if (headItemCount > avail) { in concat()
337 fAllocator.allocator(), headItemCount - avail); in concat()
339 fAllocator->setMetadata(fAllocator->metadata() + headItemCount); in concat()
356 fAllocator->metadata() == oldCount + headItemCount); in concat()
359 (other.fAllocator->metadata() - headItemCount)); in concat()