Home
last modified time | relevance | path

Searched refs:SetZorder (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_layer.h82 void SetZorder(uint32_t zorder);
H A Dhdi_test_layer.cpp248 void HdiTestLayer::SetZorder(uint32_t zorder) in SetZorder() function in OHOS::HDI::Display::TEST::HdiTestLayer
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H A Dhdilayer_fuzzer.cpp86 layerInfo->SetZorder(zOrder); in GetLayerInfoFromData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp114 hdiLayer_->SetZorder(static_cast<int32_t>(zOrder_)); in FillHdiLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp120 hdiLayer_->SetZorder(static_cast<int32_t>(zorder_)); in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp367 showLayer->SetZorder(zorder); in FillDrawingLayer()
417 showLayer->SetZorder(zorder); in FillBackGroundLayer()
H A Ddrawing_engine_sample.cpp277 layer->SetZorder(zorder); in DrawDrawingLayer()
H A Ddrawing_sample_canvaskit0310.cpp391 showLayer->SetZorder(zorder); in FillBaseLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_processor.cpp210 solidColorLayer->SetZorder(layer->GetZorder() - 1); in CreateSolidColorLayer()
260 layer->SetZorder(layerInfo.zOrder); in GetLayerInfo()
H A Drs_composer_adapter.cpp371 layer->SetZorder(info.zOrder); in SetComposeInfoToLayer()
H A Drs_uni_render_composer_adapter.cpp199 layer->SetZorder(info.zOrder); in SetComposeInfoToLayer()
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/
H A Dhdi_device_test.cpp258 layer->SetZorder(zorder); in CreateTestLayer()
457 layers[i]->SetZorder(zorderList[i]); in TEST_F()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp142 hdiLayer_->SetZorder(static_cast<int32_t>(zorder_)); in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h110 void SetZorder(int32_t zOrder) in SetZorder() function
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp88 layer->SetZorder(zorder); in CreateTestLayer()
524 layers[i]->SetZorder(zorderList[i]);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp53 HdiLayerInfoTest::hdiLayerInfo_->SetZorder(1);