Home
last modified time | relevance | path

Searched refs:localTransformInverse (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.h80 ui::Transform localTransformInverse; member
DLayerSnapshot.cpp483 localTransformInverse = localTransform.inverse(); in merge()
/frameworks/native/services/surfaceflinger/
DLayerFE.cpp163 layerSettings.blurRegionTransform = mSnapshot->localTransformInverse.asMatrix4(); in prepareClientCompositionInternal()
170 layerSettings.blurRegionTransform = mSnapshot->localTransformInverse.asMatrix4(); in prepareClientCompositionInternal()
DLayer.cpp592 snapshot->localTransformInverse = snapshot->localTransform.inverse(); in prepareBasicGeometryCompositionState()