/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_zorder_policy_test.cpp | 50 * @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 D | render_context_sample.cpp | 263 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 D | drawing_sample_canvaskit0310.cpp | 74 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 D | render_context_sample.h | 79 uint32_t zorder, GraphicIRect &dstRect); 80 bool FillBackGroundLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t zorder, GraphicIRect &dstRect);
|
H A D | drawing_engine_sample.cpp | 255 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 D | rs_uni_hwc_prevalidate_util.cpp | 100 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 D | rs_uni_hwc_prevalidate_util.h | 71 bool CreateSurfaceNodeLayerInfo(uint32_t zorder, 73 bool CreateDisplayNodeLayerInfo(uint32_t zorder,
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | layer_context.cpp | 26 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 D | layer_context.h | 34 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 D | hdidevice_fuzzer.cpp | 101 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 D | layer_context.h | 40 LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType);
|
H A D | layer_context.cpp | 33 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 D | hdidevice_test.cpp | 154 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 D | hdi_device_impl.h | 79 int32_t SetLayerZorder(uint32_t screenId, uint32_t layerId, uint32_t zorder) override;
|
H A D | hdi_device.h | 82 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 D | hdi_device_impl.cpp | 536 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()
|