Searched refs:InstanceList (Results 1 – 2 of 2) sorted by relevance
76 struct InstanceList { struct77 InstanceList(const SkIRect& devIBounds, const SkIPoint16& locationInAtlas, in InstanceList() function81 InstanceList* fNext = nullptr; argument89 InstanceList fInstanceList; argument90 InstanceList** fInstanceTail = &fInstanceList.fNext;
137 auto* copy = alloc->make<InstanceList>(that->fInstanceList); in onCombineIfPossible()156 for (const InstanceList* list = &fInstanceList; list; list = list->fNext) { in onPrepare()