Home
last modified time | relevance | path

Searched refs:maxZoom (Results 126 – 150 of 185) sorted by relevance

12345678

/dports/graphics/xpdf4/xpdf-4.03/xpdf-qt/
H A DXpdfViewer.cc94 #define maxZoom 2000 macro
2191 if (z > maxZoom) { in cmdZoomPercent()
2192 z = maxZoom; in cmdZoomPercent()
2212 if (z > maxZoom) { in cmdZoomToSelection()
2213 w = 0.5 * (z / maxZoom) * (x1 - x0); in cmdZoomToSelection()
2214 h = 0.5 * (z / maxZoom) * (y1 - y0); in cmdZoomToSelection()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsPresContext.cpp1299 float maxZoom = nsLayoutUtils::MaxZoom(); in UpdateEffectiveTextZoom() local
1303 } else if (newZoom > maxZoom) { in UpdateEffectiveTextZoom()
1304 newZoom = maxZoom; in UpdateEffectiveTextZoom()
/dports/www/wt/wt-4.6.1/src/Wt/Chart/
H A DWCartesianChart.C2768 if (xZoom > xAxis(i).maxZoom()) in setZoomAndPan()
2769 xZoom = xAxis(i).maxZoom(); in setZoomAndPan()
2785 if (yZoom > yAxis(i).maxZoom()) in setZoomAndPan()
2786 yZoom = yAxis(i).maxZoom(); in setZoomAndPan()
3061 ss << Utils::round_js_str(xAxis(i).maxZoom(), 16, buf); in paintEvent()
3067 ss << Utils::round_js_str(yAxis(i).maxZoom(), 16, buf); in paintEvent()
5019 if (zoom > axis.maxZoom()) { in createPensForAxis()
5020 zoom = axis.maxZoom(); in createPensForAxis()
5031 stop = z >= axis.maxZoom(); in createPensForAxis()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/views/
H A Dimportview.cpp579 if (d->stackedView->maxZoom()) in toggleZoomActions()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DMap.cpp1840 … void map_invalidate_tile_under_zoom(int32_t x, int32_t y, int32_t z0, int32_t z1, int32_t maxZoom) in map_invalidate_tile_under_zoom() argument
1856 viewports_invalidate({ { x1, y1 }, { x2, y2 } }, maxZoom); in map_invalidate_tile_under_zoom()
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/include/quicktime/
H A Dqtprivate.h1524 float maxZoom; member
/dports/multimedia/libquicktime/libquicktime-1.2.4/include/quicktime/
H A Dqtprivate.h1524 float maxZoom; member
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/changelog/
H A Dv3.17.0.md57 …hub.com/openlayers/openlayers/pull/5443) - Remove olx.source.WMTSOptions#maxZoom option ([@fredj](…
H A Dv3.11.0.md108 …* [#4289](https://github.com/openlayers/openlayers/pull/4289) - Restrict maxZoom of the static-ima…
H A Dv4.1.0.md63 …* [#6644](https://github.com/openlayers/openlayers/pull/6644) - Allow minZoom and maxZoom to be se…
H A Dv3.1.0.md54 …* [#3031](https://github.com/openlayers/openlayers/pull/3031) - Add missing maxZoom property in ol…
188 …* [#2734](https://github.com/openlayers/openlayers/pull/2734) - Add maxZoom option to BingMaps ([@…
H A Dupgrade-notes.md124 tileGrid: ol.tilegrid.createXYZ({tileSize: 512, maxZoom: 22}),
136 If you need to change the max zoom level, you can pass the source a `maxZoom` option. If you need …
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/android/java/src/org/chromium/media/
H A DVideoCaptureCamera2.java1372 final float maxZoom = in isZoomSupported() local
1374 final boolean isZoomSupported = maxZoom > 1.0f; in isZoomSupported()
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_part.cpp5901 static const int maxZoom = 300; variable
5931 if (zoomFactor < maxZoom) { in zoomIn()
5965 if (percent > maxZoom) { in setZoomFactor()
5966 percent = maxZoom; in setZoomFactor()
5994 d->m_paIncZoomFactor->setEnabled(d->m_zoomFactor < maxZoom); in updateZoomFactor()
6022 if (zoomFactor < maxZoom) { in incFontSize()
6052 if (percent > maxZoom) { in setFontScaleFactor()
6053 percent = maxZoom; in setFontScaleFactor()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrapath.pas2476 var maxZoom: single;
2479 maxZoom := Max(VectLen(PointF(AMatrix[1,1],AMatrix[2,1])),
2483 if maxZoom = 0 then
2486 result := AAcceptedDeviation / maxZoom;
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrapath.pas2476 var maxZoom: single;
2479 maxZoom := Max(VectLen(PointF(AMatrix[1,1],AMatrix[2,1])),
2483 if maxZoom = 0 then
2486 result := AAcceptedDeviation / maxZoom;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/vectortile/
H A Dqgsmapboxglstyleconverter.cpp90 …const int maxZoom = jsonLayer.value( QStringLiteral( "maxzoom" ), QStringLiteral( "-1" ) ).toInt(); in parseLayers() local
130 rendererStyle.setMaxZoomLevel( maxZoom ); in parseLayers()
141 labelingStyle.setMaxZoomLevel( maxZoom ); in parseLayers()
/dports/net-mgmt/librenms/librenms-21.5.1/html/js/
H A DL.Control.Locate.min.js.map1 …pBoundsMsg","showPopup","metersUnit","feetUnit","popup","locateOptions","maxZoom","Infinity","watc…
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DGame.h721 float maxZoom; variable
H A DAvatar.cpp6853 if (myZoom.x < game->maxZoom) in onUpdate()
6855 core->globalScale.x = game->maxZoom; in onUpdate()
6856 core->globalScale.y = game->maxZoom; in onUpdate()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/typed-styles/css/properties/
H A Dindex.js.flow650 export type maxZoom = 'auto' | length
/dports/graphics/qgis/qgis-3.22.3/src/core/vectortile/
H A Dqgsmapboxglstyleconverter.cpp108 …const int maxZoom = jsonLayer.value( QStringLiteral( "maxzoom" ), QStringLiteral( "-1" ) ).toInt(); in parseLayers() local
152 rendererStyle.setMaxZoomLevel( maxZoom ); in parseLayers()
163 labelingStyle.setMaxZoomLevel( maxZoom ); in parseLayers()
/dports/graphics/qgis/qgis-3.22.3/src/providers/wms/
H A Dqgswmsprovider.cpp1514 int maxZoom = sourceMaxZoom == -1 ? 18 : sourceMaxZoom; in setupXyzCapabilities() local
1518 maxZoom = parsedUri.param( QStringLiteral( "zmax" ) ).toInt(); in setupXyzCapabilities()
1521 for ( int zoom = minZoom; zoom <= maxZoom; ++zoom ) in setupXyzCapabilities()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wms/
H A Dqgswmsprovider.cpp1501 int maxZoom = sourceMaxZoom == -1 ? 18 : sourceMaxZoom; in setupXyzCapabilities() local
1505 maxZoom = parsedUri.param( QStringLiteral( "zmax" ) ).toInt(); in setupXyzCapabilities()
1508 for ( int zoom = minZoom; zoom <= maxZoom; ++zoom ) in setupXyzCapabilities()
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/app/
H A DImageView.js.map7 …","declare","mobile","app","_Widget","zoom","zoomCenterX","zoomCenterY","maxZoom","autoZoomLevel",…

12345678