Home
last modified time | relevance | path

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

/external/skia/src/gpu/tessellate/
DGrStrokeTessellateOp.cpp119 auto* headCopy = alloc->make<PathStrokeList>(std::move(op->fPathStrokeList)); in onCombineIfPossible() local
120 *fPathStrokeTail = headCopy; in onCombineIfPossible()
121 fPathStrokeTail = (op->fPathStrokeTail == &op->fPathStrokeList.fNext) ? &headCopy->fNext in onCombineIfPossible()
/external/okio/okio/src/commonMain/kotlin/okio/internal/
DBuffer.kt1449 val headCopy = head.sharedCopy() in commonCopy() constant
1451 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()