Searched refs:destMode (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 314 ColorMode destMode, 368 void SetDestAndSrc(ColorMode& srcMode, ColorMode& destMode, uint32_t height, uint8_t* src,
|
H A D | draw_utils.cpp | 582 ColorMode destMode, in BlendWithSoftWare() 589 uint8_t destByteSize = GetByteSizeByColorMode(destMode); in BlendWithSoftWare() 600 GetInstance()->SetDestAndSrc(srcMode, destMode, height, src, width, opa, dest, in BlendWithSoftWare() 609 COLOR_FILL_BLEND(destTmp, destMode, srcTmp, srcMode, opa); in BlendWithSoftWare() 621 void DrawUtils::SetDestAndSrc(ColorMode& srcMode, ColorMode& destMode, uint32_t height, uint8_t* src, in SetDestAndSrc() argument 627 pipeLine.Construct(destMode, srcMode); in SetDestAndSrc() 628 int16_t dstStep = NEON_STEP_8 * GetByteSizeByColorMode(destMode); in SetDestAndSrc() 641 COLOR_FILL_BLEND(dstBuf, destMode, srcBuf, srcMode, opa); in SetDestAndSrc() 573 BlendWithSoftWare(const uint8_t* src1, const Rect& srcRect, uint32_t srcStride, uint32_t srcLineNumber, ColorMode srcMode, uint32_t color, OpacityType opa, uint8_t* dst, uint32_t destStride, ColorMode destMode, uint32_t x, uint32_t y) const BlendWithSoftWare() argument
|
Completed in 6 milliseconds