Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTBlockList.h313 int headEnd = Last(headBlock) + sizeof(T); // exclusive in concat() local
314 headItemCount = (headEnd - headStart) / sizeof(T); in concat()
346 for (int i = headStart; i < headEnd; i += sizeof(T)) { in concat()