/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_layer.h | 107 BlendType GetLayerBlenType() const in GetLayerBlenType() 152 virtual int32_t SetLayerBlendType(BlendType type); 181 BlendType mBlendType;
|
H A D | display_composer_vdi_impl.h | 72 virtual int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) override;
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.h | 113 BlendType GetLayerBlenType() const in GetLayerBlenType() 172 virtual int32_t SetLayerBlendType(BlendType type); 198 BlendType mBlendType;
|
H A D | hdi_layer.cpp | 169 int32_t HdiLayer::SetLayerBlendType(BlendType type) in SetLayerBlendType()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _gfx_opt_v10.md | 23 | enum [BlendType](_display_v10.md#blendtype)[blendType](#blendtype) | 混合方式 | 49 enum BlendType GfxOpt::blendType
|
H A D | _display_v10.md | 74 | [BlendType](#blendtype) {<br/>BLEND_NONE = 0, BLEND_CLEAR, BLEND_SRC, BLEND_SRCOVER, &… 92 ### BlendType subsection 95 enum BlendType
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_layer.h | 86 void SetBlendType(BlendType type); 107 BlendType blendType_ = BLEND_SRC;
|
H A D | display_test_utils.h | 66 BlendType blendType = BLEND_SRC;
|
H A D | hdi_test_layer.cpp | 271 void HdiTestLayer::SetBlendType(BlendType type) in SetBlendType()
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/util/ |
H A D | display_device_common.cpp | 36 BlendType Convert2BlendTypeType(int32_t x) in Convert2BlendTypeType() 38 return ((x < BLEND_NONE) || (x > BLEND_BUTT)) ? BLEND_BUTT : static_cast<BlendType>(x); in Convert2BlendTypeType()
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 209 } BlendType; typedef 402 BlendType blendType; /**< Blending type */
|
H A D | display_layer.h | 628 int32_t (*SetLayerBlendType)(uint32_t devId, uint32_t layerId, BlendType type);
|
H A D | display_vgu.h | 54 typedef BlendType VGUBlendType; /* < Blend types supported by hardware acceleration */
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/common/ |
H A D | display_common_fuzzer.h | 121 static const BlendType CONVERT_TABLE_BLEND[] = {
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/util/ |
H A D | display_device_common.h | 155 BlendType Convert2BlendTypeType(int32_t x);
|
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | idisplay_composer_vdi.h | 78 virtual int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) = 0;
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A D | display_composer_vdi_impl.h | 72 virtual int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) override;
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_layer.cpp | 231 int32_t HdiLayer::SetLayerBlendType(BlendType type) in SetLayerBlendType()
|
/ohos5.0/drivers/interface/display/composer/v1_0/include/ |
H A D | idisplay_composer_interface.h | 773 virtual int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) = 0;
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-display-vdi-des.md | 80 … | int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) | 134 virtual int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/ |
H A D | display_composer_type.h.txt | 221 enum BlendType : int32_t { 384 OHOS::HDI::Display::Composer::V1_0::BlendType blendType;
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/interfaces/ |
H A D | idisplay_device.h | 108 virtual int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) = 0;
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/ |
H A D | display_device_service.h | 98 int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/ |
H A D | dump.txt | 317 [mini, lite, full] enum BlendType : int { 480 ohos.hdi.display.composer.v1_0.BlendType blendType;
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/proxy/ |
H A D | display_device_proxy.h | 102 int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) override;
|