Searched refs:destByteSize (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 426 uint8_t destByteSize = GetByteSizeByColorMode(mode); in FillAreaWithSoftWare() local 428 int32_t halBufferDeltaByteLen = static_cast<int32_t>(destWidth) * destByteSize; in FillAreaWithSoftWare() 433 dest += offset * destByteSize; in FillAreaWithSoftWare() 435 int32_t dstMaxSize = (gfxDstBuffer.width * gfxDstBuffer.height - offset) * destByteSize; in FillAreaWithSoftWare() 446 dstTmp = dest + (col * destByteSize); in FillAreaWithSoftWare() 450 int32_t memSize = static_cast<int32_t>(width) * destByteSize; in FillAreaWithSoftWare() 488 buf += destByteSize; in FillAreaWithSoftWare() 498 dstTmp = dest + (col * destByteSize); in FillAreaWithSoftWare() 501 dest += destWidth * destByteSize; in FillAreaWithSoftWare() 589 uint8_t destByteSize in BlendWithSoftWare() local 621 SetDestAndSrc(ColorMode& srcMode, ColorMode& destMode, uint32_t height, uint8_t* src, uint32_t width, OpacityType opa, uint8_t* dest, uint32_t destStride, uint32_t srcStride, uint8_t destByteSize, uint8_t srcByteSize) const SetDestAndSrc() argument [all...] |
H A D | draw_utils.h | 370 uint32_t srcStride, uint8_t destByteSize, uint8_t srcByteSize) const;
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 1547 uint8_t destByteSize = DrawUtils::GetByteSizeByColorMode(srcBuff.mode); in InitGfxMapBuffer() local 1548 gfxMapBuffer_->stride = static_cast<int32_t>(gfxMapBuffer_->width) * static_cast<int32_t>(destByteSize); in InitGfxMapBuffer()
|
Completed in 7 milliseconds