Searched refs:srcMode (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 2450 void WindowNodeContainer::UpdateSizeChangeReason(sptr<WindowNode>& node, WindowMode srcMode, WindowMode dstMode) in UpdateSizeChangeReason() argument 2452 if ((srcMode == WindowMode::WINDOW_MODE_FULLSCREEN) && (dstMode == WindowMode::WINDOW_MODE_FLOATING)) { in UpdateSizeChangeReason() 2456 if (srcMode == WindowMode::WINDOW_MODE_FLOATING) { in UpdateSizeChangeReason() 2459 } else if (WindowHelper::IsFullScreenWindow(srcMode) && WindowHelper::IsSplitWindowMode(dstMode)) { in UpdateSizeChangeReason() 2461 } else if (WindowHelper::IsSplitWindowMode(srcMode) && WindowHelper::IsFullScreenWindow(dstMode)) { in UpdateSizeChangeReason() 2474 WindowMode srcMode = node->GetWindowMode(); in SetWindowMode() local 2493 UpdateSizeChangeReason(node, srcMode, dstMode); in SetWindowMode() 2517 ResetWindowZOrderPriorityWhenSetMode(node, dstMode, srcMode); in SetWindowMode() 2532 const WindowMode& dstMode, const WindowMode& srcMode) in ResetWindowZOrderPriorityWhenSetMode() 2539 if (WindowHelper::IsMainFloatingWindow(node->GetWindowType(), srcMode)) { in ResetWindowZOrderPriorityWhenSetMode() 2531 ResetWindowZOrderPriorityWhenSetMode(sptr<WindowNode>& node, const WindowMode& dstMode, const WindowMode& srcMode) ResetWindowZOrderPriorityWhenSetMode() argument [all...] |
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 309 ColorMode srcMode, 368 void SetDestAndSrc(ColorMode& srcMode, ColorMode& destMode, uint32_t height, uint8_t* src,
|
H A D | draw_utils.cpp | 577 ColorMode srcMode, in BlendWithSoftWare() 590 uint8_t srcByteSize = GetByteSizeByColorMode(srcMode); in BlendWithSoftWare() 595 uint8_t pxByteSize = GetPxSizeByColorMode(srcMode) >> 3; // 3 : right shift 3 bits 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() 629 int16_t srcStep = NEON_STEP_8 * GetByteSizeByColorMode(srcMode); 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
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_container.h | 176 void UpdateSizeChangeReason(sptr<WindowNode>& node, WindowMode srcMode, WindowMode dstMode); 181 const WindowMode& dstMode, const WindowMode& srcMode);
|
Completed in 11 milliseconds