Searched refs:SetLayerColor (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer.h | 113 int32_t SetLayerColor();
|
H A D | hdi_device_impl.h | 81 int32_t SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerColor) override;
|
H A D | hdi_device.h | 84 virtual int32_t SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerColor) = 0;
|
H A D | hdi_layer_info.h | 176 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 D | mock_hdi_device.h | 78 MOCK_METHOD3(SetLayerColor, int32_t(uint32_t, uint32_t, GraphicLayerColor));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | mock_hdi_device.h | 79 MOCK_METHOD3(SetLayerColor, int32_t(uint32_t, uint32_t, GraphicLayerColor));
|
H A D | hdilayerinfo_test.cpp | 380 * 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 D | mock_hdi_device_systest.h | 80 MOCK_METHOD3(SetLayerColor, int32_t(uint32_t, uint32_t, GraphicLayerColor));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_layer.cpp | 357 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 D | hdi_device_impl.cpp | 548 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 D | layer_context.cpp | 197 hdiLayer_->SetLayerColor(color); in FillHDIBuffer()
|
Completed in 8 milliseconds