Home
last modified time | relevance | path

Searched refs:maxZoom (Results 26 – 50 of 185) sorted by relevance

12345678

/dports/biology/ugene/ugene-40.1/src/plugins/biostruct3d_view/src/
H A DGLFrameManager.cpp44 static const float maxZoom = 150.0; in performZoom() local
52 if (zoomFactor > maxZoom) { in performZoom()
53 zoomFactor = maxZoom; in performZoom()
/dports/biology/ugene/ugene-40.1/src/plugins/biostruct3d_view/src/deprecated/
H A DGLFrameManager.cpp45 static const float maxZoom = 150.0; in performZoom() local
53 if (zoomFactor > maxZoom) { in performZoom()
54 zoomFactor = maxZoom; in performZoom()
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/task/animations/launcher/
H A DBounceAnimation.qml25 … 1+2*(taskItem.abilities.parabolic.factor.maxZoom-1) : 1 + (1.5 * (taskItem.abilities.parabolic.fa…
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoZoomWidget.cpp50 KoZoomWidget::KoZoomWidget(QWidget* parent, int maxZoom ) in KoZoomWidget() argument
66 d->slider->setMaximum(maxZoom); in KoZoomWidget()
H A DKoZoomWidget.h34 KoZoomWidget(QWidget* parent, int maxZoom);
/dports/graphics/qgis/qgis-3.22.3/src/core/vectortile/
H A Dqgsvectortilebasiclabeling.h71 void setMaxZoomLevel( int maxZoom ) { mMaxZoomLevel = maxZoom; } in setMaxZoomLevel() argument
H A Dqgsvectortilebasicrenderer.h93 void setMaxZoomLevel( int maxZoom ) { mMaxZoomLevel = maxZoom; } in setMaxZoomLevel() argument
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/vectortile/
H A Dqgsvectortilebasiclabeling.h71 void setMaxZoomLevel( int maxZoom ) { mMaxZoomLevel = maxZoom; } in setMaxZoomLevel() argument
H A Dqgsvectortilebasicrenderer.h93 void setMaxZoomLevel( int maxZoom ) { mMaxZoomLevel = maxZoom; } in setMaxZoomLevel() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp590 bool QDeclarativeWebView::heuristicZoom(int clickX, int clickY, qreal maxZoom) in heuristicZoom() argument
592 if (contentsScale() >= maxZoom / scale()) in heuristicZoom()
595 …howArea = elementAreaAt(clickX, clickY, d->preferredwidth / maxZoom, d->preferredheight / maxZoom); in heuristicZoom()
597 if (z > maxZoom / scale()) in heuristicZoom()
598 z = maxZoom / scale(); in heuristicZoom()
/dports/mail/trojita/trojita-0.7/src/QmlSupport/QNAMWebView/
H A Dqdeclarativewebview.cpp592 bool TrojitaQNAMDeclarativeWebView::heuristicZoom(int clickX, int clickY, qreal maxZoom) in heuristicZoom() argument
594 if (contentsScale() >= maxZoom / scale()) in heuristicZoom()
597 …howArea = elementAreaAt(clickX, clickY, d->preferredwidth / maxZoom, d->preferredheight / maxZoom); in heuristicZoom()
599 if (z > maxZoom / scale()) in heuristicZoom()
600 z = maxZoom / scale(); in heuristicZoom()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoZoomWidget.cpp50 …oomWidget::KoZoomWidget(QWidget* parent, KoZoomAction::SpecialButtons specialButtons, int maxZoom ) in KoZoomWidget() argument
66 d->slider->setMaximum(maxZoom); in KoZoomWidget()
H A DKoZoomWidget.h34 KoZoomWidget(QWidget* parent, KoZoomAction::SpecialButtons specialButtons, int maxZoom);
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dzoomable-image.native.tsx47 private maxZoom = 10
55 inputRange: [0, this.minZoom, this.maxZoom, 9999],
56 outputRange: [this.minZoom, this.minZoom, this.maxZoom, this.maxZoom],
90 const scale = Math.min(Math.max(next, this.minZoom), this.maxZoom)
H A Dzoomable-box.d.ts4 maxZoom?: number
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/gui/waveform/
H A Dwaveformwidget.cpp147 const quint32 maxZoom = span ? m_wfBuffer->lengthSamples() / span : 0; in updateActions() local
153 m_btnZoomOut->setEnabled(m_zoom < maxZoom); in updateActions()
182 const quint32 maxZoom = m_wfBuffer->lengthSamples() / span; in setZoom() local
183 if(maxZoom && val > maxZoom) in setZoom()
184 val = maxZoom; in setZoom()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/
H A DCMapGEMF.cpp114 maxZoom = MIN_ZOOM_LEVEL; in CMapGEMF()
125 maxZoom = qMax(i, maxZoom); in CMapGEMF()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/
H A Dcamera.h187 void SetMaxZoom( float maxZoom ) in SetMaxZoom() argument
189 m_maxZoom = maxZoom; in SetMaxZoom()
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/abilities/definition/paraboliceffect/
H A DFactor.qml10 property real maxZoom: 1.6
/dports/astro/merkaartor/merkaartor-0.19.0/src/Preferences/
H A DTmsServersList.cpp23 …Adress, QString Path, QString Projection, int tileSize, int minZoom, int maxZoom, QString SourceTa… in TmsServer() argument
30 , TmsMaxZoom(maxZoom) in TmsServer()
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A DpHdr.c41 pHdr->maxZoom = 0; in quicktime_pHdr_init()
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A DpHdr.c41 pHdr->maxZoom = 0; in quicktime_pHdr_init()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmwritevectortiles.cpp54 int maxZoom = parameterAsInt( parameters, QStringLiteral( "MAX_ZOOM" ), context ); in processAlgorithm() local
70 writer.setMaxZoom( maxZoom ); in processAlgorithm()
/dports/astro/merkaartor/merkaartor-0.19.0/plugins/background/MMsBingMapBackground/
H A Dmapadapter.h80 …ing& host, const QString& serverPath, const QString& projection, int minZoom = 0, int maxZoom = 0);
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/camera/
H A Ddirectshowcamerazoomcontrol.h71 long maxZoom; member

12345678