Home
last modified time | relevance | path

Searched refs:heightMode (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dviewshed.cpp233 …if(heightMode != GVOT_MIN_TARGET_HEIGHT_FROM_DEM && heightMode != GVOT_MIN_TARGET_HEIGHT_FROM_GROU… in GDALViewshedGenerate()
234 heightMode = GVOT_NORMAL; in GDALViewshedGenerate()
298 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
388 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
403 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
418 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
439 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
477 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
537 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
551 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
[all …]
H A Dgdal_alg.h394 GDALViewshedOutputType heightMode, CSLConstList papszExtraOptions);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dviewshed.cpp233 …if(heightMode != GVOT_MIN_TARGET_HEIGHT_FROM_DEM && heightMode != GVOT_MIN_TARGET_HEIGHT_FROM_GROU… in GDALViewshedGenerate()
234 heightMode = GVOT_NORMAL; in GDALViewshedGenerate()
298 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
388 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
403 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
418 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
439 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
477 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
537 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
551 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
[all …]
H A Dgdal_alg.h394 GDALViewshedOutputType heightMode, CSLConstList papszExtraOptions);
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dviewshed.cpp233 …if(heightMode != GVOT_MIN_TARGET_HEIGHT_FROM_DEM && heightMode != GVOT_MIN_TARGET_HEIGHT_FROM_GROU… in GDALViewshedGenerate()
234 heightMode = GVOT_NORMAL; in GDALViewshedGenerate()
298 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
388 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
403 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
418 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
439 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
477 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
537 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
551 if(heightMode != GVOT_NORMAL) in GDALViewshedGenerate()
[all …]
H A Dgdal_alg.h394 GDALViewshedOutputType heightMode, CSLConstList papszExtraOptions);
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwLayoutSizer.java136 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
149 mHeightMeasurementIsFixed = (heightMode == MeasureSpec.EXACTLY); in onMeasure()
151 (heightMode == MeasureSpec.AT_MOST) && (contentHeightPix > heightSize); in onMeasure()
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/
H A Dtoolbarlayout.cpp61 HeightMode heightMode = ConstrainIfLarger; member in ToolBarLayout::Private
283 ToolBarLayout::HeightMode ToolBarLayout::heightMode() const in heightMode() function in ToolBarLayout
285 return d->heightMode; in heightMode()
290 if (newHeightMode == d->heightMode) { in setHeightMode()
294 d->heightMode = newHeightMode; in setHeightMode()
431 …if (heightMode == AlwaysFill || (heightMode == ConstrainIfLarger && moreButtonInstance->height() >… in performLayout()
449 …if (heightMode == AlwaysFill || (heightMode == ConstrainIfLarger && entry->height() > maxHeight)) { in performLayout()
H A Dtoolbarlayout.h129 Q_PROPERTY(HeightMode heightMode READ heightMode WRITE setHeightMode NOTIFY heightModeChanged)
200 HeightMode heightMode() const;
H A Dplugins.qmltypes898 Property { name: "heightMode"; type: "HeightMode" }
1225 Property { name: "heightMode"; type: "int" }
/dports/games/ecwolf/ecwolf-1.3.3-src/android-libs/launcher/src/com/mobeta/android/dslv/
H A DDragSortItemView.java73 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
87 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/firstrun/
H A DTabbedModeFirstRunActivity.java118 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure()
119 assert heightMode == MeasureSpec.AT_MOST; in onMeasure()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
H A DTriggerPad.kt108 val heightMode = MeasureSpec.getMode(heightMeasureSpec) in onMeasure() constant
112 when (heightMode) { in onMeasure()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/piet/ui/
H A DGridRowView.java88 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
90 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
202 if (heightMode == MeasureSpec.EXACTLY) { in onMeasure()
205 if (heightMode == MeasureSpec.AT_MOST) { in onMeasure()
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/controls/
H A DActionToolBar.qml135 * \sa ToolBarLayout::heightMode
139 property alias heightMode: layout.heightMode
/dports/sysutils/nomad/nomad-1.1.0/website/components/case-study-carousel/
H A Dindex.jsx61 heightMode="current"
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_RelativePositionedRectangle.h283 const SizeMode widthMode, const SizeMode heightMode, in setModes() argument
297 if (yMode != ((int) yAnchor | (int) yMode_) || hMode != heightMode) in setModes()
303 hMode = (uint8) heightMode; in setModes()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/website/components/case-study-carousel/
H A Dindex.jsx68 heightMode="current"
/dports/sysutils/consul/consul-1.10.3/website/components/case-study-carousel/
H A Dindex.jsx68 heightMode="current"
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/website/components/case-study-carousel/
H A Dindex.jsx68 heightMode="current"
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/controls/private/globaltoolbar/
H A DToolBarPageHeader.qml58 heightMode: ToolBarLayout.ConstrainIfLarger
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A DOperations.i606 GDALViewshedOutputType heightMode = GVOT_NORMAL,
626 heightMode,
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A DOperations.i606 GDALViewshedOutputType heightMode = GVOT_NORMAL,
626 heightMode,
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A DOperations.i606 GDALViewshedOutputType heightMode = GVOT_NORMAL,
626 heightMode,
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DTwoWayView.java3955 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local
3964 heightMode == MeasureSpec.UNSPECIFIED)) { in onMeasure()
3987 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
3994 if (mIsVertical && heightMode == MeasureSpec.AT_MOST) { in onMeasure()

12