/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdibackend_test.cpp | 51 uint32_t zOrder = 0;
in SetUpTestCase() local
|
H A D | hdioutput_test.cpp | 47 uint32_t zOrder = 0;
in SetUpTestCase() local
|
H A D | hdilayer_context_systest.cpp | 28 HdiLayerContext::HdiLayerContext(GraphicIRect dstRect, GraphicIRect srcRect, uint32_t zOrder) in HdiLayerContext() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_hwc_prevalidate_util.h | 44 uint32_t zOrder; /**< Zorder of Surface */ member
|
H A D | rs_uni_hwc_prevalidate_util.cpp | 242 CollectSurfaceNodeLayerInfo( std::vector<RequestLayerInfo>& prevalidLayers, std::vector<RSBaseRenderNode::SharedPtr>& surfaceNodes, uint32_t curFps, uint32_t &zOrder, const ScreenInfo& screenInfo) CollectSurfaceNodeLayerInfo() argument 269 EmplaceSurfaceNodeLayer( std::vector<RequestLayerInfo>& prevalidLayers, RSSurfaceRenderNode::SharedPtr node, uint32_t curFps, uint32_t& zOrder, const ScreenInfo& screenInfo) EmplaceSurfaceNodeLayer() argument 297 CollectUIFirstLayerInfo(std::vector<RequestLayerInfo>& uiFirstLayers, uint32_t curFps, float zOrder, const ScreenInfo& screenInfo) CollectUIFirstLayerInfo() argument [all...] |
H A D | rs_uifirst_manager.cpp | 1484 void RSUifirstManager::UpdateUIFirstLayerInfo(const ScreenInfo& screenInfo, float zOrder) in UpdateUIFirstLayerInfo() argument
|
H A D | rs_uni_render_visitor.cpp | 1700 uint32_t zOrder = static_cast<uint32_t>(globalZOrder_);
in PrevalidateHwcNode() local
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/ |
H A D | hdilayer_fuzzer.cpp | 68 int32_t zOrder = GetData<int32_t>(); in GetLayerInfoFromData() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_display_render_params.cpp | 68 void RSDisplayRenderParams::SetGlobalZOrder(float zOrder) in SetGlobalZOrder() argument
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 911 float zOrder = pointerEvent->GetZOrder(); in HWTEST_F() local
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test10.cpp | 87 InitTestSceneSession(DisplayId displayId, int32_t windowId, int32_t zOrder, bool visible, WSRect rect) InitTestSceneSession() argument
|
H A D | scene_session_manager_test3.cpp | 1474 uint32_t zOrder = 9999; in HWTEST_F() local
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_dumper.cpp | 92 int zOrder = static_cast<int32_t>(windowNodes.size()); in DumpScreenGroupWindowInfo() local 114 void WindowDumper::AppendWindowNodeInfo(const sptr<WindowNode>& windowNode, int zOrder, std::ostringstream& oss) in AppendWindowNodeInfo() argument
|
H A D | window_node_container.cpp | 1653 uint32_t zOrder = zOrder_; in DumpScreenWindowTreeByWinId() local 1680 uint32_t zOrder = zOrder_; in DumpScreenWindowTree() local
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 299 float zOrder; in DeserializePressedButtons() local 300 pkt >> zOrder; in DeserializePressedButtons() local
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 212 float zOrder = event->GetZOrder(); in SerializeBaseInfo() local 214 pkt << pointerAction << pointerId << sourceType << btnId << fingerCnt << zOrder; in SerializeBaseInfo() local 231 pkt >> pointerAction >> pointerId >> sourceType >> btnId >> fingerCnt >> zOrder; in DeserializeBaseInfo() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_surface_render_params.h | 42 int32_t zOrder = 0; member
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 804 void PointerEvent::SetZOrder(float zOrder) in SetZOrder() argument
|
H A D | input_manager.cpp | 213 void InputManager::SimulateInputEvent(std::shared_ptr<PointerEvent> pointerEvent, float zOrder) in SimulateInputEvent() argument
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 109 void SetZorder(int32_t zOrder) in SetZorder() argument
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_dirty_manager.cpp | 675 auto zOrder = sceneSession->GetZOrder();
in GetWindowInfo() local [all...] |
H A D | scene_session_manager.cpp | 3565 GetTopWindowByTraverseSessionTree(const sptr<SceneSession>& session, uint32_t& topWinId, uint32_t& zOrder) GetTopWindowByTraverseSessionTree() argument 4236 int32_t zOrder = IsSessionVisibleForeground(session) ? static_cast<int32_t>(session->GetZOrder()) : -1; DumpSessionInfo() local 5054 GetTopNearestBlockingFocusSession(uint32_t zOrder, bool includingAppSession) GetTopNearestBlockingFocusSession() argument [all...] |
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 3673 uint32_t zOrder; in OnSetZOrder() local
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 2541 void SceneSession::SetZOrder(uint32_t zOrder) in SetZOrder() argument 4801 void SceneSession::PcUpdateZOrderAndDirty(const uint32_t zOrder) in PcUpdateZOrderAndDirty() argument 4976 bool SceneSession::UpdateZOrderInner(uint32_t zOrder) in UpdateZOrderInner() argument [all...] |
H A D | session.cpp | 2871 void Session::SetZOrder(uint32_t zOrder) in SetZOrder() argument
|