Searched refs:headCopy (Results 1 – 2 of 2) sorted by relevance
119 auto* headCopy = alloc->make<PathStrokeList>(std::move(op->fPathStrokeList)); in onCombineIfPossible() local120 *fPathStrokeTail = headCopy; in onCombineIfPossible()121 fPathStrokeTail = (op->fPathStrokeTail == &op->fPathStrokeList.fNext) ? &headCopy->fNext in onCombineIfPossible()
1449 val headCopy = head.sharedCopy() in commonCopy() constant1451 result.head = headCopy in commonCopy()1452 headCopy.prev = result.head in commonCopy()1453 headCopy.next = headCopy.prev in commonCopy()1457 headCopy.prev!!.push(s!!.sharedCopy()) in commonCopy()