Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp365 size_t length_to_copy = blocks_to_copy * BLOCK_SIZE; in CloneBuffer() local
367 threads.emplace_back(copy_block, current_dest, current_src, length_to_copy); in CloneBuffer()
369 current_dest += length_to_copy; in CloneBuffer()
370 current_src += length_to_copy; in CloneBuffer()

Completed in 2 milliseconds