Home
last modified time | relevance | path

Searched refs:BlendType (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_layer.h107 BlendType GetLayerBlenType() const in GetLayerBlenType()
152 virtual int32_t SetLayerBlendType(BlendType type);
181 BlendType mBlendType;
H A Ddisplay_composer_vdi_impl.h72 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 Dhdi_layer.h113 BlendType GetLayerBlenType() const in GetLayerBlenType()
172 virtual int32_t SetLayerBlendType(BlendType type);
198 BlendType mBlendType;
H A Dhdi_layer.cpp169 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.md23 | enum [BlendType](_display_v10.md#blendtype)[blendType](#blendtype) | 混合方式 |
49 enum BlendType GfxOpt::blendType
H A D_display_v10.md74 | [BlendType](#blendtype) {<br/>BLEND_NONE = 0, BLEND_CLEAR, BLEND_SRC, BLEND_SRCOVER,&nbsp;&nbsp;&…
92 ### BlendType subsection
95 enum BlendType
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_layer.h86 void SetBlendType(BlendType type);
107 BlendType blendType_ = BLEND_SRC;
H A Ddisplay_test_utils.h66 BlendType blendType = BLEND_SRC;
H A Dhdi_test_layer.cpp271 void HdiTestLayer::SetBlendType(BlendType type) in SetBlendType()
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/util/
H A Ddisplay_device_common.cpp36 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 Ddisplay_type.h209 } BlendType; typedef
402 BlendType blendType; /**< Blending type */
H A Ddisplay_layer.h628 int32_t (*SetLayerBlendType)(uint32_t devId, uint32_t layerId, BlendType type);
H A Ddisplay_vgu.h54 typedef BlendType VGUBlendType; /* < Blend types supported by hardware acceleration */
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/common/
H A Ddisplay_common_fuzzer.h121 static const BlendType CONVERT_TABLE_BLEND[] = {
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/util/
H A Ddisplay_device_common.h155 BlendType Convert2BlendTypeType(int32_t x);
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi.h78 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 Ddisplay_composer_vdi_impl.h72 virtual int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) override;
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_layer.cpp231 int32_t HdiLayer::SetLayerBlendType(BlendType type) in SetLayerBlendType()
/ohos5.0/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h773 virtual int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) = 0;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-display-vdi-des.md80 … | 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 Ddisplay_composer_type.h.txt221 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 Didisplay_device.h108 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 Ddisplay_device_service.h98 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 Ddump.txt317 [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 Ddisplay_device_proxy.h102 int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) override;

12