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

  /external/pdfium/xfa/fxfa/parser/
cxfa_containerlayoutitem.cpp 44 XFA_AttributeEnum::Landscape) {
xfa_basic_data_enum.cpp 75 {0x25aa946b, L"landscape", XFA_AttributeEnum::Landscape},
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_utils.h 49 enum class ScreenOrientation { Portrait, Landscape };
frame_buffer_watcher.cpp 63 if (stripe.orientation == ScreenOrientation::Landscape) {
64 LOG(FATAL) << "Rotating a landscape stripe, this is a mistake";
82 stripe.orientation = ScreenOrientation::Landscape;
vnc_client_connection.cpp 396 // lock here so a portrait frame can't be sent after a landscape
402 : "landscape")
505 if (current_orientation_ == ScreenOrientation::Landscape) {
530 case ScreenOrientation::Landscape:
584 DLOG(INFO) << "switching to landscape";
585 SetScreenOrientation(ScreenOrientation::Landscape);
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 162 Landscape,

Completed in 304 milliseconds