Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp340 size_t last_block_size = totalSize % BLOCK_SIZE; in CloneBuffer() local
373 if (last_block_size > 0) { in CloneBuffer()
374 threads.emplace_back(copy_block, current_dest, current_src, last_block_size); in CloneBuffer()

Completed in 2 milliseconds