Home
last modified time | relevance | path

Searched refs:isPortrait (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvbestsquare_p.h48 VBestSquareData(const QSizeF &sheetSize, bool saveLength, bool isPortrait) in VBestSquareData() argument
52 isPortrait(isPortrait) in VBestSquareData()
64 isPortrait(res.isPortrait), in VBestSquareData()
76 bool isPortrait{true};
H A Dvbestsquare.cpp50 VBestSquare::VBestSquare(QSizeF sheetSize, bool saveLength, bool isPortrait) in VBestSquare() argument
51 : d(new VBestSquareData(sheetSize, saveLength, isPortrait)) in VBestSquare()
225 return d->isPortrait; in IsPortrait()
H A Dvbestsquare.h46 VBestSquare(QSizeF sheetSize, bool saveLength, bool isPortrait);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/ui/client/
H A DWindowBasedOrientationHelper.java64 if (isPortrait) { in fire()
77 private boolean isPortrait; field in WindowBasedOrientationHelper
82 isPortrait = calculateIsPortrait(); in WindowBasedOrientationHelper()
91 public boolean isPortrait() { in isPortrait() method in WindowBasedOrientationHelper
93 return isPortrait; in isPortrait()
122 boolean was = isPortrait; in update()
123 isPortrait = calculateIsPortrait(); in update()
124 if (was != isPortrait) { in update()
H A DOrientationHelper.java35 boolean isPortrait(); in isPortrait() method
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdoc/examples/demos/rssnews/
H A Drssnews.qml92 width: isPortrait ? parent.width : itemWidth
93 height: isPortrait ? itemWidth : parent.height
94 orientation: isPortrait ? ListView.Horizontal : ListView.Vertical
104 orientation: isPortrait ? Qt.Horizontal : Qt.Vertical
105 height: isPortrait ? 8 : categories.height;
106 width: isPortrait ? categories.width : 8
114 anchors.left: isPortrait ? window.left : categories.right
116 anchors.top: isPortrait ? categories.bottom : window.top
120 clip: isPortrait
130 anchors.top: isPortrait ? categories.bottom : window.top
[all …]
/dports/games/pentobi/pentobi-19.1/pentobi/qml/
H A DGameViewMobile.qml63 property bool isPortrait: width <= height
132 x: isPortrait ?
135 width: isPortrait ? Math.min(parent.width, 0.7 * parent.height)
137 height: isPortrait ? width : parent.height
154 x: isPortrait ? (parent.width - board.width) / 2
156 y: isPortrait ? board.height + 0.01 * board.width : 0
157 width: isPortrait ? board.width
181 x: isPortrait ? (parent.width - width) / 2 : 0
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/client/
H A Dqwaylandscreen.cpp304 bool isPortrait = mGeometry.height() > mGeometry.width(); in updateOutputProperties() local
307 m_orientation = isPortrait ? Qt::PortraitOrientation : Qt::LandscapeOrientation; in updateOutputProperties()
310 … m_orientation = isPortrait ? Qt::InvertedLandscapeOrientation : Qt::PortraitOrientation; in updateOutputProperties()
313 … m_orientation = isPortrait ? Qt::InvertedPortraitOrientation : Qt::InvertedLandscapeOrientation; in updateOutputProperties()
316 … m_orientation = isPortrait ? Qt::LandscapeOrientation : Qt::InvertedPortraitOrientation; in updateOutputProperties()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Schema/Dia/
H A DDia.php76 $isPortrait = 'true';
78 $isPortrait = 'false';
108 <dia:boolean val="' . $isPortrait . '"/>
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Schema/Dia/
H A DDia.php81 $isPortrait = 'true';
83 $isPortrait = 'false';
113 <dia:boolean val="' . $isPortrait . '"/>
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtwebengine/examples/webengine/recipebrowser/resources/qml/
H A Dmain.qml68 property bool isPortrait: Screen.primaryOrientation === Qt.PortraitOrientation
73 if (!isPortrait)
81 if (!isPortrait)
85 minimumWidth: isPortrait ? shorterMin : longerMin
86 minimumHeight: isPortrait ? longerMin : shorterMin
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/firstrun/
H A DTabbedModeFirstRunActivity.java95 final boolean isPortrait = metrics.widthPixels < metrics.heightPixels; in onMeasure()
102 final TypedValue tvw = isPortrait ? mFixedWidthMinor : mFixedWidthMajor; in onMeasure()
121 final TypedValue tvh = isPortrait ? mFixedHeightMajor : mFixedHeightMinor; in onMeasure()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DBoundedLinearLayout.java56 final boolean isPortrait = metrics.widthPixels < metrics.heightPixels; in onMeasure()
60 final TypedValue tv = isPortrait ? mMaxWidthPortrait : mMaxWidthLandscape; in onMeasure()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DBoundedLinearLayout.java55 final boolean isPortrait = metrics.widthPixels < metrics.heightPixels; in onMeasure()
59 final TypedValue tv = isPortrait ? mMaxWidthPortrait : mMaxWidthLandscape; in onMeasure()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/qml/modules/
H A DTimePage.qml73 flow: !window.isPortrait ? GridLayout.LeftToRight : GridLayout.TopToBottom
216 flow: window.isPortrait ? Flow.LeftToRight : Flow.TopToBottom
426 visible: !window.isPortrait
520 visible: window.isPortrait
534 visible: !window.isPortrait
552 visible: window.isPortrait
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/lightsoff/
H A DLightsoff.qml52 property bool isPortrait: (background.height >= background.width - tux.width)
58 … property int cellSize: isPortrait ? Math.min((parent.height - bar.height * 2.5) / items.nbCell,
90 when: items.isPortrait
98 when: !items.isPortrait
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sch_plugins/altium/
H A Dsch_altium_plugin.cpp2200 case ASCH_SHEET_SIZE::A4: pageInfo.SetType( "A4", isPortrait ); break; in ParseSheet()
2201 case ASCH_SHEET_SIZE::A3: pageInfo.SetType( "A3", isPortrait ); break; in ParseSheet()
2202 case ASCH_SHEET_SIZE::A2: pageInfo.SetType( "A2", isPortrait ); break; in ParseSheet()
2203 case ASCH_SHEET_SIZE::A1: pageInfo.SetType( "A1", isPortrait ); break; in ParseSheet()
2204 case ASCH_SHEET_SIZE::A0: pageInfo.SetType( "A0", isPortrait ); break; in ParseSheet()
2205 case ASCH_SHEET_SIZE::A: pageInfo.SetType( "A", isPortrait ); break; in ParseSheet()
2206 case ASCH_SHEET_SIZE::B: pageInfo.SetType( "B", isPortrait ); break; in ParseSheet()
2207 case ASCH_SHEET_SIZE::C: pageInfo.SetType( "C", isPortrait ); break; in ParseSheet()
2208 case ASCH_SHEET_SIZE::D: pageInfo.SetType( "D", isPortrait ); break; in ParseSheet()
2209 case ASCH_SHEET_SIZE::E: pageInfo.SetType( "E", isPortrait ); break; in ParseSheet()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/
H A DPreview.java52 private boolean isPortrait = false; field in Preview
220 public boolean initializeCamera(boolean isPortrait) { in initializeCamera() argument
222 this.isPortrait = isPortrait; in initializeCamera()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/
H A DPreview.java52 private boolean isPortrait = false; field in Preview
220 public boolean initializeCamera(boolean isPortrait) { in initializeCamera() argument
222 this.isPortrait = isPortrait; in initializeCamera()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/mobilewebapp/client/activity/
H A DAppActivityMapperTablet.java39 if (place instanceof TaskListPlace && !orientationHelper.isPortrait()) { in getActivity()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/cocoa/
H A Dap_PrintingDelegate.cpp40 pGraphics->startPage(pDocName, nPage, ps.isPortrait(), iWidth, iHeight); in s_printPage()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/qml/dialogs/helpers/
H A DLocationEdit.qml239 flow: window.isPortrait ? GridLayout.TopToBottom : GridLayout.LeftToRight
243 Layout.maximumWidth: window.isPortrait ? parent.width : parent.width/2
286 height: window.isPortrait ? 15 : 0
290 Layout.maximumWidth: window.isPortrait ? parent.width : parent.width/2
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/compositor_api/
H A Dqwaylandsurface.cpp305 bool isPortrait = screen->primaryOrientation() == Qt::PortraitOrientation; in surface_set_buffer_transform() local
309 … contentOrientation = isPortrait ? Qt::InvertedLandscapeOrientation : Qt::PortraitOrientation; in surface_set_buffer_transform()
312 …contentOrientation = isPortrait ? Qt::InvertedPortraitOrientation : Qt::InvertedLandscapeOrientati… in surface_set_buffer_transform()
315 … contentOrientation = isPortrait ? Qt::LandscapeOrientation : Qt::InvertedPortraitOrientation; in surface_set_buffer_transform()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/
H A Dscalpel.h153 …bool play3doMovie(const Common::String &filename, const Common::Point &pos, bool isPortrait = fals…
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/
H A Dscalpel.h153 …bool play3doMovie(const Common::String &filename, const Common::Point &pos, bool isPortrait = fals…

1234567