/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | layer_context.cpp | 158 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 D | hdilayerinfo_test.cpp | 228 HdiLayerInfoTest::hdiLayerInfo_->SetBlendType(type); 232 HdiLayerInfoTest::hdiLayerInfo_->SetBlendType(type); 236 HdiLayerInfoTest::hdiLayerInfo_->SetBlendType(type);
|
H A D | hdilayer_test.cpp | 59 layerInfo_->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_NONE); in SetUpTestCase()
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_layer.h | 86 void SetBlendType(BlendType type);
|
H A D | hdi_test_layer.cpp | 271 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 D | hdilayer_fuzzer.cpp | 92 layerInfo->SetBlendType(blendType); in GetLayerInfoFromData()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdilayer_context_systest.cpp | 124 hdiLayer_->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRCOVER); in FillHdiLayer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | layer_context.cpp | 130 hdiLayer_->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRCOVER); in FillHDILayer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | render_context_sample.cpp | 378 showLayer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillDrawingLayer() 427 showLayer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillBackGroundLayer()
|
H A D | drawing_engine_sample.cpp | 288 layer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in DrawDrawingLayer()
|
H A D | drawing_sample_canvaskit0310.cpp | 402 showLayer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillBaseLayer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 142 void SetBlendType(GraphicBlendType type) in SetBlendType() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_processor.cpp | 300 layer->SetBlendType(layerInfo.blendType); in GetLayerInfo()
|
H A D | rs_composer_adapter.cpp | 381 layer->SetBlendType(info.blendType); in SetComposeInfoToLayer()
|
H A D | rs_uni_render_composer_adapter.cpp | 215 layer->SetBlendType(info.blendType); in SetComposeInfoToLayer()
|
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/ |
H A D | hdi_device_test.cpp | 259 layer->SetBlendType(setting.blendType); in CreateTestLayer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_render_node.h | 701 void SetBlendType(GraphicBlendType blendType);
|
/ohos5.0/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 89 layer->SetBlendType(setting.blendType); in CreateTestLayer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 1213 void RSSurfaceRenderNode::SetBlendType(GraphicBlendType blendType) in SetBlendType() function in OHOS::Rosen::RSSurfaceRenderNode
|