Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_utils.h50 enum class ScreenOrientation { Portrait, Landscape }; enumerator
Dvnc_client_connection.cpp361 << (current_orientation_ == ScreenOrientation::Portrait in FrameBufferUpdateRequestHandler()
489 case ScreenOrientation::Portrait: in CoordinatesForOrientation()
497 return current_orientation_ == ScreenOrientation::Portrait in ScreenWidth()
503 return current_orientation_ == ScreenOrientation::Portrait in ScreenHeight()
541 SetScreenOrientation(ScreenOrientation::Portrait); in RotateIfIsRotationCommand()
Dsimulated_hw_composer.cpp110 s.orientation = ScreenOrientation::Portrait; in MakeStripes()
Dvnc_client_connection.h167 ScreenOrientation::Portrait;