Home
last modified time | relevance | path

Searched refs:zorder (Results 1 - 16 of 16) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_zorder_policy_test.cpp50 * @tc.desc: get wallpaper window zorder
56 int32_t zorder = zorderPolicy->GetWindowPriority(WindowType::WINDOW_TYPE_DESKTOP); in HWTEST_F() local
57 ASSERT_EQ(zorder, 1); in HWTEST_F()
62 * @tc.desc: get invalid type window zorder
68 int32_t zorder = zorderPolicy->GetWindowPriority(static_cast<WindowType>(3000)); in HWTEST_F() local
69 ASSERT_EQ(zorder, 1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp263 int32_t zorder = 0; in DrawBackgroundLayer() local
271 if (!FillBackGroundLayer(layer, zorder, dstRect)) { in DrawBackgroundLayer()
279 int32_t zorder = 1; in DrawDrawingLayer() local
288 if (!FillDrawingLayer(layer, 0, zorder, dstRect)) { in DrawDrawingLayer()
339 uint32_t zorder, GraphicIRect &dstRect) in FillDrawingLayer()
367 showLayer->SetZorder(zorder); in FillDrawingLayer()
389 uint32_t zorder, GraphicIRect &dstRect) in FillBackGroundLayer()
417 showLayer->SetZorder(zorder); in FillBackGroundLayer()
338 FillDrawingLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t index, uint32_t zorder, GraphicIRect &dstRect) FillDrawingLayer() argument
388 FillBackGroundLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t zorder, GraphicIRect &dstRect) FillBackGroundLayer() argument
H A Ddrawing_sample_canvaskit0310.cpp74 bool FillBaseLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t index, uint32_t zorder,
327 int32_t zorder = 1; in DrawBaseLayer() local
333 if (!FillBaseLayer(layerVec[0], 0, zorder, dstRect)) { in DrawBaseLayer()
338 zorder = 0; in DrawBaseLayer()
343 if (!FillBaseLayer(layerVec[1], 1, zorder, dstRect)) { in DrawBaseLayer()
348 zorder = 1; in DrawBaseLayer()
353 if (!FillBaseLayer(layerVec[2], 2, zorder, dstRect)) { in DrawBaseLayer()
361 uint32_t zorder, GraphicIRect &dstRect) in FillBaseLayer()
391 showLayer->SetZorder(zorder); in FillBaseLayer()
360 FillBaseLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t index, uint32_t zorder, GraphicIRect &dstRect) FillBaseLayer() argument
H A Drender_context_sample.h79 uint32_t zorder, GraphicIRect &dstRect);
80 bool FillBackGroundLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t zorder, GraphicIRect &dstRect);
H A Ddrawing_engine_sample.cpp255 int32_t zorder = 1; in DrawDrawingLayer() local
287 layer->SetZorder(zorder); in DrawDrawingLayer()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_hwc_prevalidate_util.cpp100 bool RSUniHwcPrevalidateUtil::CreateSurfaceNodeLayerInfo(uint32_t zorder, in CreateSurfaceNodeLayerInfo() argument
111 info.zOrder = zorder; in CreateSurfaceNodeLayerInfo()
134 zorder, info.usage, info.format, info.transform, fps); in CreateSurfaceNodeLayerInfo()
151 bool RSUniHwcPrevalidateUtil::CreateDisplayNodeLayerInfo(uint32_t zorder, in CreateDisplayNodeLayerInfo() argument
170 info.zOrder = zorder; in CreateDisplayNodeLayerInfo()
181 zorder, info.usage, info.format, info.transform, fps); in CreateDisplayNodeLayerInfo()
H A Drs_uni_hwc_prevalidate_util.h71 bool CreateSurfaceNodeLayerInfo(uint32_t zorder,
73 bool CreateDisplayNodeLayerInfo(uint32_t zorder,
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp26 LayerContext::LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType) in LayerContext() argument
27 : dst_(dst), src_(src), zorder_(zorder), layerType_(layerType) in LayerContext()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dlayer_context.h34 LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType);
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp101 uint32_t zorder = GetData<uint32_t>(); in HdiDeviceFuzzTest2() local
123 device->SetLayerZorder(screenId, layerId, zorder); in HdiDeviceFuzzTest2()
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.h40 LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType);
H A Dlayer_context.cpp33 LayerContext::LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType) in LayerContext() argument
34 : dst_(dst), src_(src), zorder_(zorder), cSurface_(IConsumerSurface::Create()), layerType_(layerType) in LayerContext()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdidevice_test.cpp154 uint32_t screenId = 1, layerId = 0, zorder = 0; in HWTEST_F() local
186 EXPECT_EQ(HdiDeviceTest::hdiDevice_->SetLayerZorder(screenId, layerId, zorder), GRAPHIC_DISPLAY_SUCCESS); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device_impl.h79 int32_t SetLayerZorder(uint32_t screenId, uint32_t layerId, uint32_t zorder) override;
H A Dhdi_device.h82 virtual int32_t SetLayerZorder(uint32_t screenId, uint32_t layerId, uint32_t zorder) = 0;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp536 int32_t HdiDeviceImpl::SetLayerZorder(uint32_t screenId, uint32_t layerId, uint32_t zorder) in SetLayerZorder() argument
539 return g_composer->SetLayerZorder(screenId, layerId, zorder); in SetLayerZorder()

Completed in 9 milliseconds