Home
last modified time | relevance | path

Searched refs:SetLayerColor (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h113 int32_t SetLayerColor();
H A Dhdi_device_impl.h81 int32_t SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerColor) override;
H A Dhdi_device.h84 virtual int32_t SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerColor) = 0;
H A Dhdi_layer_info.h176 void SetLayerColor(GraphicLayerColor layerColor) in SetLayerColor() function in OHOS::Rosen::HdiLayerInfo
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h78 MOCK_METHOD3(SetLayerColor, int32_t(uint32_t, uint32_t, GraphicLayerColor));
/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.cpp380 * Function: SetLayerColor and GetColorTransform
384 * CaseDescription: 1. call SetLayerColor
385 * 2. call SetLayerColor and check ret
402 HdiLayerInfoTest::hdiLayerInfo_->SetLayerColor(layercolor); in HWTEST_F()
/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));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp357 int32_t HdiLayer::SetLayerColor() in SetLayerColor() function in OHOS::Rosen::HdiLayer
367 device_->SetLayerColor(screenId_, layerId_, layerInfo_->GetLayerColor()); in SetLayerColor()
544 ret = SetLayerColor(); in SetHdiLayerInfo()
545 CheckRet(ret, "SetLayerColor"); in SetHdiLayerInfo()
H A Dhdi_device_impl.cpp548 int32_t HdiDeviceImpl::SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerColor) in SetLayerColor() function in OHOS::Rosen::HdiDeviceImpl
558 HLOGD("SetLayerColor screenId:%{public}u, layerId:%{public}u", screenId, layerId); in SetLayerColor()
560 return g_composer->SetLayerColor(screenId, layerId, color); in SetLayerColor()
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp197 hdiLayer_->SetLayerColor(color); in FillHDIBuffer()

Completed in 8 milliseconds