Home
last modified time | relevance | path

Searched refs:zoom (Results 51 – 75 of 15416) sorted by relevance

12345678910>>...617

/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dtest.mss24 #admin-low-zoom[zoom < 11], // test
25 #admin-mid-zoom[zoom >= 11][zoom < 13],
26 #admin-high-zoom[zoom >= 13] {
29 [zoom >= 4] {
35 [zoom >= 7] {
85 #admin-mid-zoom[zoom >= 11][zoom < 13],
86 #admin-high-zoom[zoom >= 13] {
118 #admin-high-zoom[zoom >= 13] {
208 [zoom >= 7][zoom < 12] {
236 #admin-low-zoom[zoom < 11], // A single line comment
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dsdl_zoom.c32 SDL_Rect zoom, src_rect; in sdl_zoom_blit() local
48 zoom.x = (int)(((float)(src_rect.x * dst_sfc->w)) / (float)(src_sfc->w)); in sdl_zoom_blit()
64 if ((zoom.x + zoom.w) < (dst_sfc->w - extra)) in sdl_zoom_blit()
65 zoom.w += extra; in sdl_zoom_blit()
67 zoom.w = dst_sfc->w - zoom.x; in sdl_zoom_blit()
71 if ((zoom.y + zoom.h) < (dst_sfc->h - extra)) in sdl_zoom_blit()
72 zoom.h += extra; in sdl_zoom_blit()
74 zoom.h = dst_sfc->h - zoom.y; in sdl_zoom_blit()
80 sdl_zoom_rgb32(src_sfc, dst_sfc, smooth, &zoom); in sdl_zoom_blit()
82 sdl_zoom_rgb16(src_sfc, dst_sfc, smooth, &zoom); in sdl_zoom_blit()
[all …]
/dports/graphics/qtpbfimageplugin/QtPBFImagePlugin-2.1/src/
H A Dstyle.h98 qreal maxTextWidth(int zoom) const in maxTextWidth() argument
99 {return _textMaxWidth.value(zoom);} in maxTextWidth()
100 qreal maxTextAngle(int zoom) const in maxTextAngle() argument
101 {return _textMaxAngle.value(zoom);} in maxTextAngle()
105 {return _icon.value(zoom, feature);} in icon()
106 QFont font(int zoom) const;
107 Qt::PenCapStyle lineCap(int zoom) const;
108 Qt::PenJoinStyle lineJoin(int zoom) const;
109 Text::Anchor textAnchor(int zoom) const;
140 Text::Halo halo(int zoom) const in halo() argument
[all …]
/dports/www/R-cran-RgoogleMaps/RgoogleMaps/R/
H A DNumTiles.R5 zoom =13, ##<< zoom level
13 XYmin = LatLon2XY(lat=latR[1], lon=lonR[1],zoom=zoom)
14 XYmax = LatLon2XY(lat=latR[2], lon=lonR[2],zoom=zoom)
21 XY = LatLon2XY(lat=center["lat"], lon=center["lon"],zoom=zoom)
35 fNameServer = function(x,y) paste0(paste(zoom, x, y, sep="_"),tileExt)
49 for (zoom in 4:15) { functionVar
50 cat("OSM, zoom =", zoom, "\n")
51 NumTiles(lonR=c(-135,-66), latR=c(25,54) , zoom=zoom) nameattr
53 for (zoom in 4:15) {
54 cat("Google, zoom =", zoom, "\n")
[all …]
H A DGetMapTiles.R22 zoom =13, ##<< Google maps zoom level.
70 fakeZoom = zoom#min(zoom,13)
73 XYmin = LatLon2XY(lat=latR[1], lon=lonR[1],zoom=zoom)
74 XYmax = LatLon2XY(lat=latR[2], lon=lonR[2],zoom=zoom)
84 XY = LatLon2XY(lat=center["lat"], lon=center["lon"],zoom=zoom)
140 f=paste(zoom, x, y, sep="_")
180 mt = list(X=X,Y=Y,zoom=zoom,tileDir=tileDir,tileExt=tileExt,type=type, tiles=tiles) nameattr
212 zoom=5 functionVar
213 nTiles = prod(NumTiles(lonR=c(-135,-66), latR=c(25,54) , zoom=zoom)) nameattr
214 us_google_5 = GetMapTiles(lonR=c(-135,-66), latR=c(25,54) , zoom=zoom, TotalSleep = 2*nTiles, nameattr
[all …]
H A DGetMap.R10 zoom =12, ##<< Google maps zoom level.
75 stopifnot(!is.null(center), !missing(zoom));
124 MetaInfo <- list(lat.center = NULL, lon.center = NULL, zoom = zoom, nameattr
128 … myMap <- list(lat.center = centerNum[1], lon.center = centerNum[2], zoom = zoom, SCALE = SCALE); globalVar
130 MetaInfo <- list(lat.center = centerNum[1], lon.center = centerNum[2], zoom = zoom, globalVar
162 … myMap <- list(lat.center = centerNum[1], lon.center = centerNum[2], zoom = zoom, SCALE = SCALE); globalVar
169 MetaInfo <- list(lat.center = centerNum[1], lon.center = centerNum[2], zoom = zoom, globalVar
189 …myMap <- list(lat.center= MetaInfo$lat.center, lon.center=MetaInfo$lon.center, zoom=MetaInfo$zoom, globalVar
203 zoom <- min(MaxZoom(range(lat), range(lon))); functionVar
208 myMap <- GetMap(center=center, zoom=zoom,markers=markers);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/svg/image/
H A Dreftest-stylo.list17 == image-svg-inline-zoom-in-01a.html image-svg-inline-zoom-in-01a.html
18 == image-svg-inline-zoom-in-01b.html image-svg-inline-zoom-in-01b.html
19 == image-svg-inline-zoom-in-01c.html image-svg-inline-zoom-in-01c.html
20 == image-svg-inline-zoom-in-01d.html image-svg-inline-zoom-in-01d.html
21 == image-svg-inline-zoom-out-01a.html image-svg-inline-zoom-out-01a.html
22 == image-svg-inline-zoom-out-01b.html image-svg-inline-zoom-out-01b.html
23 == image-svg-inline-zoom-out-01c.html image-svg-inline-zoom-out-01c.html
24 == image-svg-inline-zoom-out-01d.html image-svg-inline-zoom-out-01d.html
25 == image-svg-inline-sprite-zoom-in-01a.html image-svg-inline-sprite-zoom-in-01a.html
26 == image-svg-inline-sprite-zoom-in-01b.html image-svg-inline-sprite-zoom-in-01b.html
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/contrib/android/AndroidApp/lstopo/src/main/java/com/hwloc/lstopo/ZoomView/
H A DZoomView.java49 float zoom = 1.0f; field in ZoomView
84 return zoom; in getZoom()
151 this.zoom = Math.min(zoom, maxZoom); in zoomTo()
175 return zoomX * zoom; in getZoomFocusX()
179 return zoomY * zoom; in getZoomFocusY()
337 / zoom, zoomY - dyk / zoom); in processDoubleTouchEvent()
368 zoom = lerp(bias(zoom, smoothZoom, 0.05f), smoothZoom, 0.2f); in dispatchDraw()
391 m.preScale(zoom, zoom); in dispatchDraw()
445 canvas.drawRect(dx - 0.5f * w / zoom, dy - 0.5f * h / zoom, dx in dispatchDraw()
446 + 0.5f * w / zoom, dy + 0.5f * h / zoom, p); in dispatchDraw()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/contrib/android/AndroidApp/lstopo/src/main/java/com/hwloc/lstopo/ZoomView/
H A DZoomView.java49 float zoom = 1.0f; field in ZoomView
84 return zoom; in getZoom()
151 this.zoom = Math.min(zoom, maxZoom); in zoomTo()
175 return zoomX * zoom; in getZoomFocusX()
179 return zoomY * zoom; in getZoomFocusY()
337 / zoom, zoomY - dyk / zoom); in processDoubleTouchEvent()
368 zoom = lerp(bias(zoom, smoothZoom, 0.05f), smoothZoom, 0.2f); in dispatchDraw()
391 m.preScale(zoom, zoom); in dispatchDraw()
445 canvas.drawRect(dx - 0.5f * w / zoom, dy - 0.5f * h / zoom, dx in dispatchDraw()
446 + 0.5f * w / zoom, dy + 0.5f * h / zoom, p); in dispatchDraw()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/contrib/android/AndroidApp/lstopo/src/main/java/com/hwloc/lstopo/ZoomView/
H A DZoomView.java49 float zoom = 1.0f; field in ZoomView
84 return zoom; in getZoom()
151 this.zoom = Math.min(zoom, maxZoom); in zoomTo()
175 return zoomX * zoom; in getZoomFocusX()
179 return zoomY * zoom; in getZoomFocusY()
337 / zoom, zoomY - dyk / zoom); in processDoubleTouchEvent()
368 zoom = lerp(bias(zoom, smoothZoom, 0.05f), smoothZoom, 0.2f); in dispatchDraw()
391 m.preScale(zoom, zoom); in dispatchDraw()
445 canvas.drawRect(dx - 0.5f * w / zoom, dy - 0.5f * h / zoom, dx in dispatchDraw()
446 + 0.5f * w / zoom, dy + 0.5f * h / zoom, p); in dispatchDraw()
[all …]
/dports/games/construo/construo-0.2.3/src/
H A Dzoom_graphic_context.cpp28 zoom = 1.0f; in ZoomGraphicContext()
44 zoom = 1.0f; in ZoomGraphicContext()
213 float old_zoom = zoom; in zoom_in()
214 set_zoom(zoom * 1.2f); in zoom_in()
223 zoom *= 1.2f; in zoom_in()
237 float old_zoom = zoom; in zoom_out()
238 set_zoom(zoom / 1.2f); in zoom_out()
247 zoom *= (1.0f/1.2f); in zoom_out()
292 zoom = max_zoom; in set_zoom()
297 zoom = min_zoom; in set_zoom()
[all …]
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dconverter.c26 lat2pixel( float zoom, in lat2pixel() argument
45 lon2pixel( float zoom, in lon2pixel() argument
56 pixel2lon( float zoom, in pixel2lon() argument
62 (TILESIZE * exp(zoom * M_LN2) ); in pixel2lon()
68 pixel2lat( float zoom, in pixel2lat() argument
74 (TILESIZE * exp(zoom * M_LN2)); in pixel2lat()
200 float zoom = 17.0; in get_zoom_covering() local
202 while (zoom>=2) in get_zoom_covering()
215 return zoom; in get_zoom_covering()
217 zoom--; in get_zoom_covering()
[all …]
H A Dtile_management.c123 int zoom, in download_tile() argument
184 repo->dir, zoom, x, y, in download_tile()
185 repo->dir, zoom, x); in download_tile()
193 zoom,y,zoom,x,y, in download_tile()
195 repo->dir, zoom, x); in download_tile()
204 zoom,x,y, in download_tile()
206 repo->dir, zoom, x); in download_tile()
373 int zoom; in download_maps() local
377 for(zoom=zoom_start; zoom<=zoom_end; zoom++) in download_maps()
400 tile.zoom = zoom; in get_tile()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_geoscape.cpp148 UI_MAPEXTRADATA(node).zoom = UI_MAPEXTRADATACONST(node).zoom + diffZoom * speed; in smoothRotate()
179 UI_MAPEXTRADATA(node).zoom = UI_MAPEXTRADATACONST(node).zoom + SMOOTHING_STEP_2D * diffZoom; in smoothTranslate()
281 if (UI_MAPEXTRADATACONST(node).zoom > 3.3) in draw()
307 const float zoom = 0.5 / UI_MAPEXTRADATACONST(node).zoom; in onCapturedMouseMove() local
319 UI_MAPEXTRADATA(node).center[1] = zoom; in onCapturedMouseMove()
343 const float zoom = 0.5 / UI_MAPEXTRADATACONST(node).zoom; in onCapturedMouseMove() local
352 UI_MAPEXTRADATA(node).center[1] = zoom; in onCapturedMouseMove()
528 zoom(node, down); in onScroll()
542 EXTRADATA(node).zoom = 1.0; in onLoading()
561 m->zoom(node, false); in UI_GeoscapeNodeZoomIn()
[all …]
/dports/misc/netron/node_modules/d3-zoom/
H A DREADME.md1 # d3-zoom
39 var zoom = d3.zoom();
44 [Try d3-zoom in your browser.](https://tonicdev.com/npm/d3-zoom)
76 <a href="#zoom" name="zoom">#</a> d3.<b>zoom</b>() [<>](https://github.com/d3/d3-zoom/blob/master/s…
85 selection.call(d3.zoom().on("zoom", zoomed));
98 .call(zoom)
211 .call(zoom)
231 .call(zoom)
246 * `zoom` - after a change to the zoom transform (such as on mousemove).
255 * *event*.target - the associated [zoom behavior](#zoom).
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/componentcore/
H A Dzoomaction.cpp64 int ZoomAction::indexOf(double zoom) in indexOf() argument
66 auto finder = [zoom](double val) { return qFuzzyCompare(val, zoom); }; in indexOf()
73 void ZoomAction::setZoomFactor(double zoom) in setZoomFactor() argument
88 if (zoom >= m_zooms.back()) in setNextZoomFactor()
89 return zoom; in setNextZoomFactor()
91 auto greater = [zoom](double val) { return val > zoom; }; in setNextZoomFactor()
98 return zoom; in setNextZoomFactor()
103 if (zoom <= m_zooms.front()) in setPreviousZoomFactor()
104 return zoom; in setPreviousZoomFactor()
106 auto smaller = [zoom](double val) { return val < zoom; }; in setPreviousZoomFactor()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/libs/tools/
H A Dtimeline.c86 dt_lib_timeline_zooms_t zoom; member
533 else if(zoom == DT_LIB_TIMELINE_ZOOM_4MONTH || zoom == DT_LIB_TIMELINE_ZOOM_MONTH) in _time_format_for_db()
540 else if(zoom == DT_LIB_TIMELINE_ZOOM_10DAY || zoom == DT_LIB_TIMELINE_ZOOM_DAY) in _time_format_for_db()
547 else if(zoom == DT_LIB_TIMELINE_ZOOM_6HOUR || zoom == DT_LIB_TIMELINE_ZOOM_HOUR) in _time_format_for_db()
554 else if(zoom == DT_LIB_TIMELINE_ZOOM_10MINUTE || zoom == DT_LIB_TIMELINE_ZOOM_MINUTE) in _time_format_for_db()
1390 int z = strip->zoom; in _lib_timeline_scroll_callback()
1405 if(z != strip->zoom) in _lib_timeline_scroll_callback()
1409 strip->zoom = z; in _lib_timeline_scroll_callback()
1472 if(d->zoom % 2 == 0) in gui_init()
1473 d->precision = d->zoom + 2; in gui_init()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/libs/tools/
H A Dtimeline.c86 dt_lib_timeline_zooms_t zoom; member
533 else if(zoom == DT_LIB_TIMELINE_ZOOM_4MONTH || zoom == DT_LIB_TIMELINE_ZOOM_MONTH) in _time_format_for_db()
540 else if(zoom == DT_LIB_TIMELINE_ZOOM_10DAY || zoom == DT_LIB_TIMELINE_ZOOM_DAY) in _time_format_for_db()
547 else if(zoom == DT_LIB_TIMELINE_ZOOM_6HOUR || zoom == DT_LIB_TIMELINE_ZOOM_HOUR) in _time_format_for_db()
554 else if(zoom == DT_LIB_TIMELINE_ZOOM_10MINUTE || zoom == DT_LIB_TIMELINE_ZOOM_MINUTE) in _time_format_for_db()
1390 int z = strip->zoom; in _lib_timeline_scroll_callback()
1405 if(z != strip->zoom) in _lib_timeline_scroll_callback()
1409 strip->zoom = z; in _lib_timeline_scroll_callback()
1472 if(d->zoom % 2 == 0) in gui_init()
1473 d->precision = d->zoom + 2; in gui_init()
[all …]
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Dozf.cpp158 Zoom zoom; in readTileTable() local
159 zoom.size = QSize(w, h); in readTileTable()
160 zoom.dim = QSize(x, y); in readTileTable()
167 zoom.palette.at(i))); in readTileTable()
169 zoom.tiles = QVector<quint32>(zoom.dim.width() * zoom.dim.height() + 1); in readTileTable()
171 if (!readValue(zoom.tiles[i])) in readTileTable()
174 _zooms.append(zoom); in readTileTable()
203 Q_ASSERT(0 <= zoom && zoom < _zooms.count()); in tile()
233 QSize OZF::size(int zoom) const in size()
236 Q_ASSERT(0 <= zoom && zoom < _zooms.count()); in size()
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/zoom/
H A Dzoom.cpp35 , zoom(1) in ZoomEffect()
254 if (zoom == 1.0) { in prePaintScreen()
266 if (zoom != 1.0) { in paintScreen()
267 data *= QVector2D(zoom, zoom); in paintScreen()
334 w *= zoom; in paintScreen()
335 h *= zoom; in paintScreen()
367 source_zoom = zoom; in zoomIn()
475 if (zoom == 1.0) in slotMouseChanged()
486 if (zoom != 1.0) { in slotWindowDamaged()
493 if (zoom == 1.0) in moveFocus()
[all …]
/dports/www/R-cran-RgoogleMaps/RgoogleMaps/man/
H A DNumTiles.Rd5 \title{computes the necessary number of tiles from a bounding box and a zoom level}
7 \description{computes the necessary number of tiles from a bounding box and a zoom level}
9 \usage{NumTiles(lonR, latR, zoom = 13, CheckExistingFiles = TRUE,
21 \item{zoom}{zoom level}
55 for (zoom in 4:15) {
57 cat("OSM, zoom =", zoom, "\n")
59 NumTiles(lonR=c(-135,-66), latR=c(25,54) , zoom=zoom)
63 for (zoom in 4:15) {
65 cat("Google, zoom =", zoom, "\n")
67 NumTiles(lonR=c(-135,-66), latR=c(25,54) , zoom=zoom, tileDir= "~/mapTiles/Google/")
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/event/
H A DPinchToZoomGesture.java53 private final float zoom; field in PinchToZoomGesture.ZoomEvent
59 this.zoom = zoom; in ZoomEvent()
90 private float zoom; field in PinchToZoomGesture
105 this.zoom = 1f; in PinchToZoomGesture()
155 return zoom; in getZoom()
158 public final void setZoom(final float zoom) { in setZoom() argument
159 this.zoom=zoom; in setZoom()
230 zoom += delta; in process()
232 if( 2f < zoom ) { in process()
233 zoom = 2f; in process()
[all …]
/dports/games/openttd/openttd-12.1/src/
H A Dspritecache.cpp255 sprite[zoom].width = UnScaleByZoom(sprite[ZOOM_LVL_NORMAL].width, zoom); in ResizeSpriteOut()
256 sprite[zoom].height = UnScaleByZoom(sprite[ZOOM_LVL_NORMAL].height, zoom); in ResizeSpriteOut()
257 sprite[zoom].x_offs = UnScaleByZoom(sprite[ZOOM_LVL_NORMAL].x_offs, zoom); in ResizeSpriteOut()
261 sprite[zoom].AllocateData(zoom, sprite[zoom].height * sprite[zoom].width); in ResizeSpriteOut()
339 for (ZoomLevel zoom = ZOOM_LVL_BEGIN; zoom != ZOOM_LVL_END; zoom++) { in PadSprites() local
349 for (ZoomLevel zoom = ZOOM_LVL_BEGIN; zoom != ZOOM_LVL_END; zoom++) { in PadSprites() local
351 … std::max(max_width, ScaleByZoom(sprite[zoom].width + sprite[zoom].x_offs - UnScaleByZoom(min_xoff… in PadSprites()
352 …std::max(max_height, ScaleByZoom(sprite[zoom].height + sprite[zoom].y_offs - UnScaleByZoom(min_yof… in PadSprites()
364 for (ZoomLevel zoom = ZOOM_LVL_BEGIN; zoom != ZOOM_LVL_END; zoom++) { in PadSprites() local
395 for (ZoomLevel zoom = ZOOM_LVL_OUT_2X; zoom != ZOOM_LVL_END; zoom++) { in ResizeSprites() local
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/lua/
H A Dsystem.lua238 local zoom = options.zoom
315 local zoom = options.zoom
356 menu.zoom = not menu.zoom
423 self.zoom = zoom
504 local zoom = options.zoom
505 zoom[ 1 ] = zoom.left
506 zoom[ 2 ] = zoom.top
507 zoom[ 3 ] = zoom.width
508 zoom[ 4 ] = zoom.height
540 local zoom = options.zoom
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DarcOp.c72 zoom = 1; in DrawArc()
112 l->a/zoom, l->b/zoom, l->t1, l->t2); in DrawArc()
115 -l->a*zoom, -l->b*zoom, l->t1, l->t2); in DrawArc()
143 l->a/zoom, l->b/zoom, l->t1, l->t2-l->t1); in DrawArc()
146 -l->a*zoom, -l->b*zoom, l->t1, l->t2-l->t1); in DrawArc()
150 UndoGrow(w, l->cx/zoom, l->cy/zoom); in DrawArc()
151 UndoGrow(w, (l->cx+l->a)/zoom, (l->cy+l->b)/zoom); in DrawArc()
153 UndoGrow(w, -l->cx*zoom, -l->cy*zoom); in DrawArc()
154 UndoGrow(w, -(l->cx+l->a)*zoom, -(l->cy+l->b)*zoom); in DrawArc()
224 l->a/zoom, l->b/zoom, l->t1, l->t2); in DrawArc()
[all …]

12345678910>>...617