Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutput.cpp164 ui::Size orientedSize = outputState.displaySpace.bounds.getSize(); in setProjection() local
166 std::swap(orientedSize.width, orientedSize.height); in setProjection()
168 outputState.orientedDisplaySpace.bounds = Rect(orientedSize); in setProjection()
212 ui::Size orientedSize = size; in setDisplaySize() local
214 std::swap(orientedSize.width, orientedSize.height); in setDisplaySize()
216 const Rect newOrientedBounds(orientedSize); in setDisplaySize()