Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c1693 static int32_t IntToNetTypeCmd(int32_t value, char *dst, int32_t dstMaxSize) in IntToNetTypeCmd() argument
1701 if ((value > MAX_PREFERRED_NET_ENUM) || (value < 0) || (dstMaxSize < MIN_CHAR_ARRAY_SIZE)) { in IntToNetTypeCmd()