/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer.h | 114 int32_t SetLayerColorTransform();
|
H A D | hdi_device.h | 85 …virtual int32_t SetLayerColorTransform(uint32_t screenId, uint32_t layerId, const std::vector<floa…
|
H A D | hdi_device_impl.h | 83 …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 D | hdi_layer.cpp | 377 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 D | hdi_device_impl.cpp | 562 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 D | display_layer.h | 645 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 D | mock_hdi_device_systest.h | 81 …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 D | mock_hdi_device.h | 80 …MOCK_METHOD3(SetLayerColorTransform, int32_t(uint32_t, uint32_t, const std::vector<float> &matrix)…
|
H A D | hdilayer_test.cpp | 77 … EXPECT_CALL(*hdiDeviceMock_, SetLayerColorTransform(_, _, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
|
H A D | hdidevice_test.cpp | 160 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 D | mock_hdi_device.h | 78 …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 D | hdidevice_fuzzer.cpp | 125 device->SetLayerColorTransform(screenId, layerId, matrix); in HdiDeviceFuzzTest2()
|
/ohos5.0/drivers/interface/display/composer/v1_0/include/ |
H A D | idisplay_composer_interface.h | 790 …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 D | display_composer_hdi_impl.h | 436 …virtual int32_t SetLayerColorTransform(uint32_t devId, uint32_t layerId, const std::vector<float>&… in SetLayerColorTransform() function
|