Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h113 int32_t SetLayerColor();
H A Dhdi_device.h84 …virtual int32_t SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerColor) =…
H A Dhdi_device_impl.h82 … int32_t SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerColor) override;
H A Dhdi_layer_info.h167 void SetLayerColor(GraphicLayerColor layerColor) in SetLayerColor() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp363 int32_t HdiLayer::SetLayerColor() in SetLayerColor() function in OHOS::Rosen::HdiLayer
373 device_->SetLayerColor(screenId_, layerId_, layerInfo_->GetLayerColor()); in SetLayerColor()
553 ret = SetLayerColor(); in SetHdiLayerInfo()
H A Dhdi_device_impl.cpp547 int32_t HdiDeviceImpl::SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerCo… in SetLayerColor() function in OHOS::Rosen::HdiDeviceImpl
559 return g_composer->SetLayerColor(screenId, layerId, color); in SetLayerColor()
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi.h80 … virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) = 0;
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddisplay_composer_vdi_impl.h74 …virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) over…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h80 MOCK_METHOD3(SetLayerColor, int32_t(uint32_t, uint32_t, GraphicLayerColor));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h79 MOCK_METHOD3(SetLayerColor, int32_t(uint32_t, uint32_t, GraphicLayerColor));
H A Dhdilayerinfo_test.cpp402 HdiLayerInfoTest::hdiLayerInfo_->SetLayerColor(layercolor);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h77 MOCK_METHOD3(SetLayerColor, int32_t(uint32_t, uint32_t, GraphicLayerColor));
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.h74 …virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) over…
H A Ddisplay_composer_vdi_impl.cpp348 int32_t DisplayComposerVdiImpl::SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& l… in SetLayerColor() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h478 …virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) over… in SetLayerColor() function
481 return ToDispErrCode(req_->SetLayerColor(devId, layerId, layerColor)); in SetLayerColor()
/ohos5.0/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h937 … virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) = 0;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-display-vdi-des.md82 …| 设置纯色图层 | int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const La…
136 …virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) over…
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp197 hdiLayer_->SetLayerColor(color); in FillHDIBuffer()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-display-vdi-des.md83 …| int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) | Sets the…
137 …virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) over…
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp348 int32_t ret = g_composerInterface->SetLayerColor(devId, layerId, layerColor); in TestSetLayerColor()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddisplay_composer_vdi_impl.cpp322 int32_t DisplayComposerVdiImpl::SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& l… in SetLayerColor() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_processor.cpp216 …solidColorLayer->SetLayerColor({color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha(… in CreateSolidColorLayer()
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h679 int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor() function
H A Ddisplay_cmd_responser.h989 ret = impl_->SetLayerColor(devId, layerId, layerColor); in OnSetLayerColor()
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp823 auto ret = g_composerDevice->SetLayerColor(g_displayIds[0], layer->GetId(), layerColor);