Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTBlockList.h312 int headStart = First(headBlock); in concat() local
314 headItemCount = (headEnd - headStart) / sizeof(T); in concat()
336 copy(headBlock, headStart, fAllocator.allocator(), std::min(headItemCount, avail)); in concat()
340 copy(headBlock, headStart + avail * sizeof(T), in concat()
346 for (int i = headStart; i < headEnd; i += sizeof(T)) { in concat()