Home
last modified time | relevance | path

Searched refs:GetColorTransform (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h342 const std::vector<float> &GetColorTransform() in GetColorTransform() function
483 colorTransformMatrix_ = layerInfo->GetColorTransform(); in CopyLayerInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp379 const std::vector<float>& curMatrix = layerInfo_->GetColorTransform(); in SetLayerColorTransform()
382 const std::vector<float>& prevMatrix = prevLayerInfo_->GetColorTransform(); in SetLayerColorTransform()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp375 const std::vector<float>& transform = HdiLayerInfoTest::hdiLayerInfo_->GetColorTransform();