Searched refs:srcSliceMemory (Results 1 – 1 of 1) sorted by relevance
654 const uint8_t *srcSliceMemory = srcLayerMemory; in copy() local658 ASSERT(((memoryIsSource ? dstSliceMemory : srcSliceMemory) + copySize) < end()); in copy()659 memcpy(dstSliceMemory, srcSliceMemory, copySize); in copy()660 srcSliceMemory += srcRowPitchBytes; in copy()