Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp314 size_t length_to_copy = blocks_to_copy * block_size; in CloneBuffer() local
316 threads.emplace_back(copy_block, current_dest, current_src, length_to_copy); in CloneBuffer()
318 current_dest += length_to_copy; in CloneBuffer()
319 current_src += length_to_copy; in CloneBuffer()