Home
last modified time | relevance | path

Searched refs:Zoom (Results 1 – 25 of 6775) sorted by relevance

12345678910>>...271

/dports/graphics/aseprite/aseprite-1.2.9/src/render/
H A Dzoom.cpp47 Zoom::Zoom(int num, int den) in Zoom() function in render::Zoom
56 bool Zoom::in() in in()
70 bool Zoom::out() in out()
84 int Zoom::linearScale() const in linearScale()
97 Zoom Zoom::fromScale(double scale) in fromScale()
99 Zoom zoom = fromLinearScale(findClosestLinearScale(scale)); in fromScale()
105 Zoom Zoom::fromLinearScale(int i) in fromLinearScale()
108 return Zoom(scales[i][0], scales[i][1]); in fromLinearScale()
112 int Zoom::findClosestLinearScale(double scale) in findClosestLinearScale()
129 int Zoom::linearValues() in linearValues()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dzoom.cpp63 SYNFIG_LAYER_INIT(Zoom);
64 SYNFIG_LAYER_SET_NAME(Zoom,"zoom");
65 SYNFIG_LAYER_SET_LOCAL_NAME(Zoom,N_("Scale"));
66 SYNFIG_LAYER_SET_CATEGORY(Zoom,N_("Transform"));
67 SYNFIG_LAYER_SET_VERSION(Zoom,"0.1");
68 SYNFIG_LAYER_SET_CVS_ID(Zoom,"$Id$");
76 Zoom::Zoom(): in Zoom() function in Zoom
95 Zoom::get_param(const String &param)const in get_param()
107 Zoom::get_param_vocab()const in get_param_vocab()
142 etl::handle<const Zoom> layer;
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dzoom.cpp63 SYNFIG_LAYER_INIT(Zoom);
64 SYNFIG_LAYER_SET_NAME(Zoom,"zoom");
65 SYNFIG_LAYER_SET_LOCAL_NAME(Zoom,N_("Scale"));
66 SYNFIG_LAYER_SET_CATEGORY(Zoom,N_("Transform"));
67 SYNFIG_LAYER_SET_VERSION(Zoom,"0.1");
68 SYNFIG_LAYER_SET_CVS_ID(Zoom,"$Id$");
76 Zoom::Zoom(): in Zoom() function in Zoom
95 Zoom::get_param(const String &param)const in get_param()
107 Zoom::get_param_vocab()const in get_param_vocab()
142 etl::handle<const Zoom> layer;
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dzoom.cpp63 SYNFIG_LAYER_INIT(Zoom);
64 SYNFIG_LAYER_SET_NAME(Zoom,"zoom");
65 SYNFIG_LAYER_SET_LOCAL_NAME(Zoom,N_("Scale"));
66 SYNFIG_LAYER_SET_CATEGORY(Zoom,N_("Transform"));
67 SYNFIG_LAYER_SET_VERSION(Zoom,"0.1");
68 SYNFIG_LAYER_SET_CVS_ID(Zoom,"$Id$");
76 Zoom::Zoom(): in Zoom() function in Zoom
95 Zoom::get_param(const String &param)const in get_param()
107 Zoom::get_param_vocab()const in get_param_vocab()
142 etl::handle<const Zoom> layer;
[all …]
/dports/x11-wm/compiz/compiz-0.8.8/metadata/
H A Dzoom.xml.in3 <_short>Zoom Desktop</_short>
9 <_long>Zoom In</_long>
13 <_short>Zoom In</_short>
14 <_long>Zoom In</_long>
18 <_short>Zoom Out</_short>
19 <_long>Zoom Out</_long>
23 <_short>Zoom Pan</_short>
24 <_long>Zoom pan</_long>
31 <_long>Zoom Speed</_long>
39 <_long>Zoom Timestep</_long>
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style_traits/
H A Dviewport.rs14 Zoom = "zoom",
85 pub enum Zoom { enum
94 impl ToCss for Zoom { implementation
100 Zoom::Number(number) => number.to_css(dest), in to_css()
101 Zoom::Auto => dest.write_str("auto"), in to_css()
102 Zoom::Percentage(percentage) => { in to_css()
110 impl Zoom { impl
128 Ok(Zoom::Percentage(unit_value)) in parse()
131 Ok(Zoom::Number(value)) in parse()
143 Zoom::Number(number) => Some(number as f32), in to_f32()
[all …]
/dports/www/firefox/firefox-99.0/servo/components/style_traits/
H A Dviewport.rs14 Zoom = "zoom",
85 pub enum Zoom { enum
94 impl ToCss for Zoom { implementation
100 Zoom::Number(number) => number.to_css(dest), in to_css()
101 Zoom::Auto => dest.write_str("auto"), in to_css()
102 Zoom::Percentage(percentage) => { in to_css()
110 impl Zoom { impl
128 Ok(Zoom::Percentage(unit_value)) in parse()
131 Ok(Zoom::Number(value)) in parse()
143 Zoom::Number(number) => Some(number as f32), in to_f32()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style_traits/
H A Dviewport.rs15 Zoom = "zoom",
86 pub enum Zoom { enum
95 impl ToCss for Zoom { implementation
100 Zoom::Number(number) => number.to_css(dest), in to_css()
101 Zoom::Auto => dest.write_str("auto"), in to_css()
102 Zoom::Percentage(percentage) => { in to_css()
110 impl Zoom { implementation
126 Ok(Zoom::Percentage(unit_value)) in parse()
129 Ok(Zoom::Number(value)) in parse()
132 Ok(Zoom::Auto) in parse()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style_traits/
H A Dviewport.rs14 Zoom = "zoom",
85 pub enum Zoom { enum
94 impl ToCss for Zoom { implementation
100 Zoom::Number(number) => number.to_css(dest), in to_css()
101 Zoom::Auto => dest.write_str("auto"), in to_css()
102 Zoom::Percentage(percentage) => { in to_css()
110 impl Zoom { implementation
128 Ok(Zoom::Percentage(unit_value)) in parse()
131 Ok(Zoom::Number(value)) in parse()
143 Zoom::Number(number) => Some(number as f32), in to_f32()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style_traits/
H A Dviewport.rs14 Zoom = "zoom",
85 pub enum Zoom { enum
94 impl ToCss for Zoom { implementation
100 Zoom::Number(number) => number.to_css(dest), in to_css()
101 Zoom::Auto => dest.write_str("auto"), in to_css()
102 Zoom::Percentage(percentage) => { in to_css()
110 impl Zoom { impl
128 Ok(Zoom::Percentage(unit_value)) in parse()
131 Ok(Zoom::Number(value)) in parse()
143 Zoom::Number(number) => Some(number as f32), in to_f32()
[all …]
/dports/devel/upp/upp/uppsrc/Geom/Ctrl/
H A DGeomCtrl.t51 T_("Zoom in horz.")
54 T_("Zoom in horizontally")
57 T_("Zoom out horz.")
63 T_("Zoom full horz.")
69 T_("Zoom in vert.")
72 T_("Zoom in vertically")
75 T_("Zoom out vert.")
81 T_("Zoom full vert.")
87 T_("Zoom out")
93 T_("Zoom full")
[all …]
/dports/audio/traverso/traverso-0.49.6/src/commands/
H A DZoom.cpp34 Zoom::Zoom(SheetView* sv, QVariantList args) in Zoom() function in Zoom
64 int Zoom::prepare_actions() in prepare_actions()
70 int Zoom::begin_hold() in begin_hold()
80 int Zoom::finish_hold() in finish_hold()
87 void Zoom::set_cursor_shape( int useX, int useY ) in set_cursor_shape()
103 int Zoom::jog() in jog()
145 int Zoom::do_action( ) in do_action()
158 int Zoom::undo_action( ) in undo_action()
163 void Zoom::vzoom_in(bool autorepeat) in vzoom_in()
168 void Zoom::vzoom_out(bool autorepeat) in vzoom_out()
[all …]
/dports/astro/merkaartor/merkaartor-0.19.0/src/Utils/
H A DSlippyMapWidget.cpp35 VpZoom = Zoom; in SlippyMapWidgetPrivate()
50 int Zoom, VpZoom; member in SlippyMapWidgetPrivate
66 int Max = 1 << Zoom; in getImage()
212 if ((int)p->Zoom == NewZoom) in ZoomTo()
220 p->Zoom = NewZoom; in ZoomTo()
229 unsigned limit = (1 << p->Zoom); in normalizeCoordinates()
374 p->Zoom = 1; in on_resetViewAction_triggered()
446 C.Zoom = Zoom; in getImage()
451 return getDirty(x,y,Zoom); in getImage()
476 Coord C(x,y,Zoom); in getDirty()
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/zoom/
H A Dzoom_config.desktop8 Name=Zoom
12 Name[ast]=Zoom
18 Name[br]=Zoom
20 Name[ca]=Zoom
24 Name[da]=Zoom
34 Name[fr]=Zoom
44 Name[ia]=Zoom
45 Name[id]=Zoom
65 Name[oc]=Zoom
80 Name[sv]=Zoom
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Viewport.cpp49 Game.DropFile(fileName, GetViewX()+x/Zoom, GetViewY()+y/Zoom); in DropFile()
98 Zoom = 1.0; in C4Viewport()
151 cgo.Wdt = cgo0.Wdt * cgo0.Zoom; cgo.Hgt = cgo0.Hgt * cgo0.Zoom; in DrawMenu()
153 cgo.Zoom = 1; in DrawMenu()
209 GameZoom.Zoom = cgo.Zoom; in Draw()
387 cgo.Set(target,DrawX,DrawY,float(ViewWdt)/Zoom,float(ViewHgt)/Zoom,GetViewX(),GetViewY(),Zoom); in Execute()
522 if (Zoom == 0) in AdjustZoomAndPosition()
531 Zoom = std::min(Zoom * ZoomAdjustFactor, ZoomTarget); in AdjustZoomAndPosition()
533 Zoom = std::max(Zoom / ZoomAdjustFactor, ZoomTarget); in AdjustZoomAndPosition()
553 assert(Zoom>0); in AdjustPosition()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Control/Lens/
H A DZoom.hs23 module Control.Lens.Zoom
26 , Zoom(..)
35 import Control.Lens.Internal.Zoom
153 instance Zoom m n s t => Zoom (ReaderT e m) (ReaderT e n) s t where
157 instance Zoom m n s t => Zoom (IdentityT m) (IdentityT n) s t where
173 instance (Monoid w, Zoom m n s t) => Zoom (Lazy.WriterT w m) (Lazy.WriterT w n) s t where
177 instance Zoom m n s t => Zoom (ListT m) (ListT n) s t where
181 instance Zoom m n s t => Zoom (MaybeT m) (MaybeT n) s t where
185 instance (Error e, Zoom m n s t) => Zoom (ErrorT e m) (ErrorT e n) s t where
189 instance Zoom m n s t => Zoom (ExceptT e m) (ExceptT e n) s t where
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/src/Control/Lens/
H A DZoom.hs23 module Control.Lens.Zoom
26 , Zoom(..)
35 import Control.Lens.Internal.Zoom
153 instance Zoom m n s t => Zoom (ReaderT e m) (ReaderT e n) s t where
157 instance Zoom m n s t => Zoom (IdentityT m) (IdentityT n) s t where
173 instance (Monoid w, Zoom m n s t) => Zoom (Lazy.WriterT w m) (Lazy.WriterT w n) s t where
177 instance Zoom m n s t => Zoom (ListT m) (ListT n) s t where
181 instance Zoom m n s t => Zoom (MaybeT m) (MaybeT n) s t where
185 instance (Error e, Zoom m n s t) => Zoom (ErrorT e m) (ErrorT e n) s t where
189 instance Zoom m n s t => Zoom (ExceptT e m) (ExceptT e n) s t where
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_to_length_conversion_data.cc158 return value * Zoom(); in ZoomedComputedPixels()
161 return value * kCssPixelsPerCentimeter * Zoom(); in ZoomedComputedPixels()
164 return value * kCssPixelsPerMillimeter * Zoom(); in ZoomedComputedPixels()
170 return value * kCssPixelsPerInch * Zoom(); in ZoomedComputedPixels()
173 return value * kCssPixelsPerPoint * Zoom(); in ZoomedComputedPixels()
176 return value * kCssPixelsPerPica * Zoom(); in ZoomedComputedPixels()
179 return value * ViewportWidthPercent() * Zoom(); in ZoomedComputedPixels()
185 return value * ViewportMinPercent() * Zoom(); in ZoomedComputedPixels()
188 return value * ViewportMaxPercent() * Zoom(); in ZoomedComputedPixels()
196 return value * EmFontSize() * Zoom(); in ZoomedComputedPixels()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_to_length_conversion_data.cc158 return value * Zoom(); in ZoomedComputedPixels()
161 return value * kCssPixelsPerCentimeter * Zoom(); in ZoomedComputedPixels()
164 return value * kCssPixelsPerMillimeter * Zoom(); in ZoomedComputedPixels()
170 return value * kCssPixelsPerInch * Zoom(); in ZoomedComputedPixels()
173 return value * kCssPixelsPerPoint * Zoom(); in ZoomedComputedPixels()
176 return value * kCssPixelsPerPica * Zoom(); in ZoomedComputedPixels()
179 return value * ViewportWidthPercent() * Zoom(); in ZoomedComputedPixels()
185 return value * ViewportMinPercent() * Zoom(); in ZoomedComputedPixels()
188 return value * ViewportMaxPercent() * Zoom(); in ZoomedComputedPixels()
196 return value * EmFontSize() * Zoom(); in ZoomedComputedPixels()
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DLoadTask.cs20 public int Zoom; field
25 Zoom = zoom; in LoadTask()
30 return Zoom + " - " + Pos.ToString(); in ToString()
35 return (Zoom == other.Zoom && Pos == other.Pos); in Equals()
43 return x.Zoom == y.Zoom && x.Pos == y.Pos; in Equals()
48 return obj.Zoom ^ obj.Pos.GetHashCode(); in GetHashCode()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DZoom.hs26 module Control.Lens.Zoom
29 , Zoom(..)
38 import Control.Lens.Internal.Zoom
159 instance Zoom m n s t => Zoom (ReaderT e m) (ReaderT e n) s t where
163 instance Zoom m n s t => Zoom (IdentityT m) (IdentityT n) s t where
179 instance (Monoid w, Zoom m n s t) => Zoom (Lazy.WriterT w m) (Lazy.WriterT w n) s t where
183 instance Zoom m n s t => Zoom (ListT m) (ListT n) s t where
187 instance Zoom m n s t => Zoom (MaybeT m) (MaybeT n) s t where
191 instance (Error e, Zoom m n s t) => Zoom (ErrorT e m) (ErrorT e n) s t where
195 instance Zoom m n s t => Zoom (ExceptT e m) (ExceptT e n) s t where
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DZoom.hs26 module Control.Lens.Zoom
29 , Zoom(..)
38 import Control.Lens.Internal.Zoom
159 instance Zoom m n s t => Zoom (ReaderT e m) (ReaderT e n) s t where
163 instance Zoom m n s t => Zoom (IdentityT m) (IdentityT n) s t where
179 instance (Monoid w, Zoom m n s t) => Zoom (Lazy.WriterT w m) (Lazy.WriterT w n) s t where
183 instance Zoom m n s t => Zoom (ListT m) (ListT n) s t where
187 instance Zoom m n s t => Zoom (MaybeT m) (MaybeT n) s t where
191 instance (Error e, Zoom m n s t) => Zoom (ErrorT e m) (ErrorT e n) s t where
195 instance Zoom m n s t => Zoom (ExceptT e m) (ExceptT e n) s t where
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Control/Lens/
H A DZoom.hs26 module Control.Lens.Zoom
29 , Zoom(..)
38 import Control.Lens.Internal.Zoom
159 instance Zoom m n s t => Zoom (ReaderT e m) (ReaderT e n) s t where
163 instance Zoom m n s t => Zoom (IdentityT m) (IdentityT n) s t where
179 instance (Monoid w, Zoom m n s t) => Zoom (Lazy.WriterT w m) (Lazy.WriterT w n) s t where
183 instance Zoom m n s t => Zoom (ListT m) (ListT n) s t where
187 instance Zoom m n s t => Zoom (MaybeT m) (MaybeT n) s t where
191 instance (Error e, Zoom m n s t) => Zoom (ErrorT e m) (ErrorT e n) s t where
195 instance Zoom m n s t => Zoom (ExceptT e m) (ExceptT e n) s t where
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/project/issues/
H A Dassociate_zoom_meeting.md7 # Associate a Zoom meeting with an issue **(FREE)**
12 GitLab allows to associate a Zoom meeting with an issue.
13 After you start a Zoom call for a fire-fight, you need a way to
17 ## Adding a Zoom meeting to an issue
19 To associate a Zoom meeting with an issue, you can use GitLab
30 The issue's description is automatically edited to include the Zoom link, and a button
33 ![Link Zoom Call in Issue](img/zoom-quickaction-button.png)
35 You are only allowed to attach a single Zoom meeting to an issue. If you attempt
36 to add a second Zoom meeting using the `/zoom` quick action, it doesn't work. You
39 ## Removing an existing Zoom meeting from an issue
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dzoom_entry.cpp34 : IntEntry(0, render::Zoom::linearValues()-1, this) in ZoomEntry()
41 setZoom(render::Zoom(1, 1)); in ZoomEntry()
45 void ZoomEntry::setZoom(const render::Zoom& zoom) in setZoom()
58 render::Zoom zoom = render::Zoom::fromLinearScale(getValue()); in onValueChange()
64 render::Zoom zoom = render::Zoom::fromLinearScale(value); in onGetTextFromValue()
74 return render::Zoom::fromScale(value / 100.0).linearScale(); in onGetValueFromText()

12345678910>>...271