Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp435 int32_t dstMaxSize = (gfxDstBuffer.width * gfxDstBuffer.height - offset) * destByteSize; in FillAreaWithSoftWare() local
452 dstMaxSize -= halBufferDeltaByteLen; in FillAreaWithSoftWare()
457 NeonMemcpy(dest, dstMaxSize, memStart, memSize); in FillAreaWithSoftWare()
462 if (memcpy_s(dest, dstMaxSize, memStart, memSize) != EOK) { in FillAreaWithSoftWare()
469 dstMaxSize -= halBufferDeltaByteLen; in FillAreaWithSoftWare()

Completed in 5 milliseconds