Home
last modified time | relevance | path

Searched refs:srcMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp2454 …if ((srcMode == WindowMode::WINDOW_MODE_FULLSCREEN) && (dstMode == WindowMode::WINDOW_MODE_FLOATIN… in UpdateSizeChangeReason()
2458 if (srcMode == WindowMode::WINDOW_MODE_FLOATING) { in UpdateSizeChangeReason()
2461 …} else if (WindowHelper::IsFullScreenWindow(srcMode) && WindowHelper::IsSplitWindowMode(dstMode)) { in UpdateSizeChangeReason()
2463 …} else if (WindowHelper::IsSplitWindowMode(srcMode) && WindowHelper::IsFullScreenWindow(dstMode)) { in UpdateSizeChangeReason()
2476 WindowMode srcMode = node->GetWindowMode(); in SetWindowMode() local
2495 UpdateSizeChangeReason(node, srcMode, dstMode); in SetWindowMode()
2519 ResetWindowZOrderPriorityWhenSetMode(node, dstMode, srcMode); in SetWindowMode()
2534 const WindowMode& dstMode, const WindowMode& srcMode) in ResetWindowZOrderPriorityWhenSetMode() argument
2541 if (WindowHelper::IsMainFloatingWindow(node->GetWindowType(), srcMode)) { in ResetWindowZOrderPriorityWhenSetMode()
2550 if (!WindowHelper::IsMainFloatingWindow(node->GetWindowType(), srcMode) && in ResetWindowZOrderPriorityWhenSetMode()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h175 void UpdateSizeChangeReason(sptr<WindowNode>& node, WindowMode srcMode, WindowMode dstMode);
180 const WindowMode& dstMode, const WindowMode& srcMode);
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.h309 ColorMode srcMode,
368 void SetDestAndSrc(ColorMode& srcMode, ColorMode& destMode, uint32_t height, uint8_t* src,
H A Ddraw_utils.cpp577 ColorMode srcMode, in BlendWithSoftWare() argument
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* sr… 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()