Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h71 auto orientedDestWidth = destination.getBounds().width; in getTransform() local
74 std::swap(orientedDestWidth, orientedDestHeight); in getTransform()
77 rotationTransform.set(orientationFlags, orientedDestWidth, orientedDestHeight); in getTransform()