Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_utils.h49 enum class ScreenOrientation { Portrait, Landscape }; enumerator
Dvnc_client_connection.cpp400 << (current_orientation_ == ScreenOrientation::Portrait in FrameBufferUpdateRequestHandler()
528 case ScreenOrientation::Portrait: in CoordinatesForOrientation()
536 return current_orientation_ == ScreenOrientation::Portrait in ScreenWidth()
542 return current_orientation_ == ScreenOrientation::Portrait in ScreenHeight()
580 SetScreenOrientation(ScreenOrientation::Portrait); in RotateIfIsRotationCommand()
Dsimulated_hw_composer.cpp114 s.orientation = ScreenOrientation::Portrait; in MakeStripes()
Dvnc_client_connection.h167 ScreenOrientation::Portrait;