Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DCachedSet.h77 const ProjectionSpace& getOutputSpace() const { return mOutputSpace; } in getOutputSpace()
171 ProjectionSpace mOutputSpace; variable
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp287 mOutputSpace = outputState.framebufferSpace; in render()
290 mOutputSpace.setOrientation(outputState.framebufferSpace.getOrientation()); in render()