Home
last modified time | relevance | path

Searched refs:asMatrix4 (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayerFE.cpp129 layerSettings.geometry.positionTransform = mSnapshot->geomLayerTransform.asMatrix4(); in prepareClientCompositionInternal()
163 layerSettings.blurRegionTransform = mSnapshot->localTransformInverse.asMatrix4(); in prepareClientCompositionInternal()
170 layerSettings.blurRegionTransform = mSnapshot->localTransformInverse.asMatrix4(); in prepareClientCompositionInternal()
/frameworks/native/libs/ui/include/ui/
DTransform.h107 mat4 asMatrix4() const;
/frameworks/native/libs/ui/include_vndk/ui/
DTransform.h107 mat4 asMatrix4() const;
/frameworks/native/include/ui/
DTransform.h107 mat4 asMatrix4() const;
/frameworks/native/libs/ui/
DTransform.cpp433 mat4 Transform::asMatrix4() const { in asMatrix4() function in android::ui::Transform
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp884 ui::Transform(transform.inverse().getOrientation(), 1, 1).asMatrix4(), in getOverrideCompositionSettings()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp1093 ui::Transform(display.orientation).asMatrix4() * mState.projectionMatrix; in drawLayers()