Home
last modified time | relevance | path

Searched refs:SetBlendType (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp158 hdiLayer_->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillHDILayer()
160 hdiLayer_->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRCOVER); in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp228 HdiLayerInfoTest::hdiLayerInfo_->SetBlendType(type);
232 HdiLayerInfoTest::hdiLayerInfo_->SetBlendType(type);
236 HdiLayerInfoTest::hdiLayerInfo_->SetBlendType(type);
H A Dhdilayer_test.cpp59 layerInfo_->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_NONE); in SetUpTestCase()
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_layer.h86 void SetBlendType(BlendType type);
H A Dhdi_test_layer.cpp271 void HdiTestLayer::SetBlendType(BlendType type) in SetBlendType() 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.cpp92 layerInfo->SetBlendType(blendType); in GetLayerInfoFromData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp124 hdiLayer_->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRCOVER); in FillHdiLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp130 hdiLayer_->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRCOVER); in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp378 showLayer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillDrawingLayer()
427 showLayer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillBackGroundLayer()
H A Ddrawing_engine_sample.cpp288 layer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in DrawDrawingLayer()
H A Ddrawing_sample_canvaskit0310.cpp402 showLayer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillBaseLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h142 void SetBlendType(GraphicBlendType type) in SetBlendType() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_processor.cpp300 layer->SetBlendType(layerInfo.blendType); in GetLayerInfo()
H A Drs_composer_adapter.cpp381 layer->SetBlendType(info.blendType); in SetComposeInfoToLayer()
H A Drs_uni_render_composer_adapter.cpp215 layer->SetBlendType(info.blendType); in SetComposeInfoToLayer()
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/
H A Dhdi_device_test.cpp259 layer->SetBlendType(setting.blendType); in CreateTestLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h701 void SetBlendType(GraphicBlendType blendType);
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp89 layer->SetBlendType(setting.blendType); in CreateTestLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1213 void RSSurfaceRenderNode::SetBlendType(GraphicBlendType blendType) in SetBlendType() function in OHOS::Rosen::RSSurfaceRenderNode