Home
last modified time | relevance | path

Searched refs:LayerAlpha (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_layer_alpha_v10.md1 # LayerAlpha chapter
33 unsigned char LayerAlpha::alpha0
43 unsigned char LayerAlpha::alpha1
53 boolean LayerAlpha::enGlobalAlpha
63 boolean LayerAlpha::enPixelAlpha
73 unsigned char LayerAlpha::gAlpha
H A DReadme-CN.md48 - [LayerAlpha](_layer_alpha_v10.md)
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_layer.h95 const LayerAlpha &GetAlpha() const in GetAlpha()
146 virtual int32_t SetLayerAlpha(LayerAlpha *alpha);
176 LayerAlpha mAlpha;
H A Ddisplay_composer_vdi_impl.h61 … virtual int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& alpha) override;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_layer.h101 const LayerAlpha &GetAlpha() const in GetAlpha()
166 virtual int32_t SetLayerAlpha(LayerAlpha *alpha);
194 LayerAlpha mAlpha;
H A Dhdi_layer.cpp120 int32_t HdiLayer::SetLayerAlpha(LayerAlpha *alpha) in SetLayerAlpha()
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_layer.h85 void SetAlpha(LayerAlpha alpha);
106 LayerAlpha alpha_ = { 0 };
H A Dhdi_test_layer.cpp265 void HdiTestLayer::SetAlpha(LayerAlpha alpha) in SetAlpha()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h304 int32_t (*SetLayerAlpha)(uint32_t devId, uint32_t layerId, LayerAlpha *alpha);
321 int32_t (*GetLayerAlpha)(uint32_t devId, uint32_t layerId, LayerAlpha *alpha);
H A Ddisplay_type.h305 } LayerAlpha; typedef
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/
H A Ddisplay_composer_type.cpp.txt277 …halling(OHOS::MessageParcel& data, const OHOS::HDI::Display::Composer::V1_0::LayerAlpha& dataBlock)
279 …riteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Display::Composer::V1_0::LayerAlpha))) {
285 …Unmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Display::Composer::V1_0::LayerAlpha& dataBlock)
287LayerAlpha *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Display::Composer::V1_0::LayerAlpha*>…
292 …OHOS::HDI::Display::Composer::V1_0::LayerAlpha), dataBlockPtr, sizeof(OHOS::HDI::Display::Composer…
H A Ddisplay_composer_type.h.txt329 struct LayerAlpha {
560 …alling(OHOS::MessageParcel &data, const OHOS::HDI::Display::Composer::V1_0::LayerAlpha& dataBlock);
562 …nmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Display::Composer::V1_0::LayerAlpha& dataBlock);
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp248 int32_t DisplayDeviceService::SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha &alp… in SetLayerAlpha()
250 return displayLayer_->SetLayerAlpha(devId, layerId, const_cast<LayerAlpha *>(&alpha)); in SetLayerAlpha()
253 int32_t DisplayDeviceService::GetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha &alpha) in GetLayerAlpha()
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h84 virtual int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha &alpha) = 0;
85 virtual int32_t GetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha &alpha) = 0;
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_service.h74 int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha &alpha) override;
75 int32_t GetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha &alpha) override;
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h78 int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha &alpha) override;
79 int32_t GetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha &alpha) override;
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp77 static int32_t GetLayerAlpha(LayerAlpha& alpha) in GetLayerAlpha()
164 LayerAlpha alpha = {0}; in TestSetLayerAlpha()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddisplay_composer_vdi_impl.cpp234 int32_t DisplayComposerVdiImpl::SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& a… in SetLayerAlpha()
237 const_cast<LayerAlpha*>(&alpha)); in SetLayerAlpha()
H A Dhdi_layer.cpp131 int32_t HdiLayer::SetLayerAlpha(LayerAlpha *alpha) in SetLayerAlpha()
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi.h68 virtual int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& alpha) = 0;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp251 int32_t DisplayComposerVdiImpl::SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& a… in SetLayerAlpha()
255 const_cast<LayerAlpha*>(&alpha)); in SetLayerAlpha()
H A Ddisplay_composer_vdi_impl.h61 … virtual int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& alpha) override;
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/
H A Dhdi_device_test.cpp248 LayerAlpha alpha = { 0 }; in CreateTestLayer()
576 INSTANTIATE_TEST_SUITE_P(LayerAlpha, DeviceLayerDisplay, ::testing::ValuesIn(TEST_ALPHA));
/ohos5.0/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h595 virtual int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& alpha) = 0;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-display-vdi-des.md70 … | int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& alpha) |
123 … virtual int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& alpha) override;

12