HomeSort by relevance Sort by last modified time
    Searched refs:Portrait (Results 1 - 7 of 7) sorted by null

  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_utils.h 49 enum class ScreenOrientation { Portrait, Landscape };
simulated_hw_composer.cpp 111 s.orientation = ScreenOrientation::Portrait;
vnc_client_connection.cpp 396 // lock here so a portrait frame can't be sent after a landscape
400 << (current_orientation_ == ScreenOrientation::Portrait
401 ? "portrait"
528 case ScreenOrientation::Portrait:
536 return current_orientation_ == ScreenOrientation::Portrait
542 return current_orientation_ == ScreenOrientation::Portrait
579 DLOG(INFO) << "switching to portrait";
580 SetScreenOrientation(ScreenOrientation::Portrait);
vnc_client_connection.h 166 ScreenOrientation::Portrait;
  /external/pdfium/xfa/fxfa/parser/
cxfa_medium.cpp 20 (void*)XFA_AttributeEnum::Portrait},
xfa_basic_data_enum.cpp 59 {0x138ee315, L"portrait", XFA_AttributeEnum::Portrait},
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 146 Portrait,

Completed in 77 milliseconds