Home
last modified time | relevance | path

Searched refs:SetLayerColorTransform (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h114 int32_t SetLayerColorTransform();
H A Dhdi_device.h85 …virtual int32_t SetLayerColorTransform(uint32_t screenId, uint32_t layerId, const std::vector<floa…
H A Dhdi_device_impl.h83 …int32_t SetLayerColorTransform(uint32_t screenId, uint32_t layerId, const std::vector<float> &matr…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp377 int32_t HdiLayer::SetLayerColorTransform() in SetLayerColorTransform() function in OHOS::Rosen::HdiLayer
389 device_->SetLayerColorTransform(screenId_, layerId_, curMatrix); in SetLayerColorTransform()
556 (void)SetLayerColorTransform(); in SetHdiLayerInfo()
H A Dhdi_device_impl.cpp562 int32_t HdiDeviceImpl::SetLayerColorTransform(uint32_t screenId, uint32_t layerId, const std::vecto… in SetLayerColorTransform() function in OHOS::Rosen::HdiDeviceImpl
565 return g_composer->SetLayerColorTransform(screenId, layerId, matrix); in SetLayerColorTransform()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h645 int32_t (*SetLayerColorTransform)(uint32_t devId, uint32_t layerId, const float *matrix); member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h81 …MOCK_METHOD3(SetLayerColorTransform, int32_t(uint32_t, uint32_t, const std::vector<float> &matrix)…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h80 …MOCK_METHOD3(SetLayerColorTransform, int32_t(uint32_t, uint32_t, const std::vector<float> &matrix)…
H A Dhdilayer_test.cpp77 … EXPECT_CALL(*hdiDeviceMock_, SetLayerColorTransform(_, _, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
H A Dhdidevice_test.cpp160 ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetLayerColorTransform(screenId, layerId, matrix),
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h78 …MOCK_METHOD3(SetLayerColorTransform, int32_t(uint32_t, uint32_t, const std::vector<float> &matrix)…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp125 device->SetLayerColorTransform(screenId, layerId, matrix); in HdiDeviceFuzzTest2()
/ohos5.0/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h790 …virtual int32_t SetLayerColorTransform(uint32_t devId, uint32_t layerId, const std::vector<float>&…
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h436 …virtual int32_t SetLayerColorTransform(uint32_t devId, uint32_t layerId, const std::vector<float>&… in SetLayerColorTransform() function