Home
last modified time | relevance | path

Searched defs: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
/external/okio/okio/src/commonMain/kotlin/okio/internal/
DBuffer.kt1449 val headCopy = head.sharedCopy() in commonCopy() constant