Home
last modified time | relevance | path

Searched refs:resizing (Results 1 – 25 of 4955) sorted by relevance

12345678910>>...199

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/architecture/blueprints/image_resizing/
H A Dindex.md9 # Image resizing for avatars and content images
11resizing to the backend. There are two main areas of image resizing to consider; avatars and conte…
15resizing solution, images should be resized and optimized on the fly so that if we define new targ…
26 Workhorse->>Workhorse: Image resizing using Go lib
36 Content image resizing is a more complex problem to tackle. There are no set size restrictions and …
45 The MVC Avatar resizing implementation is integrated into Workhorse. With the extra requirements fo…
49 1. ✓ POC on different image resizing solutions
51 1. ✓ Implement avatar resizing MVC
53 1. Clarify features for content image resizing
54 1. Weigh options between using current implementation of image resizing vs new solution
[all …]
/dports/net-im/neochat/neochat-1.2.0/imports/NeoChat/Page/
H A DImageEditorPage.qml16 property bool resizing: false;
30 rootEditorView.resizing = false
93 iconName: rootEditorView.resizing ? "dialog-cancel" : "transform-crop"
94 … text: rootEditorView.resizing ? i18n("Cancel") : i18nc("@action:button Crop an image", "Crop");
105 rootEditorView.resizing = !rootEditorView.resizing;
110 visible: rootEditorView.resizing
118 visible: !rootEditorView.resizing
124 visible: !rootEditorView.resizing
130 visible: !rootEditorView.resizing
136 visible: !rootEditorView.resizing
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/devel/R-cran-BH/BH/inst/include/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/polygon/detail/
H A Dminkowski.hpp85 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
88 if(resizing < 0) in resize()
89 return shrink(-resizing); in resize()
90 if(resizing > 0) in resize()
91 return bloat(resizing); in resize()
94 if(resizing == 0) return *this; in resize()
99 if(resizing < 0) { in resize()
107 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
108 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
117 if(resizing < 0) { in resize()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/databases/xtrabackup/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/databases/percona57-server/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/databases/percona57-client/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/devel/boost-libs/boost_1_72_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/devel/boost-python-libs/boost_1_72_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/devel/hyperscan/boost_1_75_0/boost/polygon/detail/
H A Dminkowski.hpp91 …polygon_set_data<T>::resize(coordinate_type resizing, bool corner_fill_arc, unsigned int num_circl… in resize() argument
94 if(resizing < 0) in resize()
95 return shrink(-resizing); in resize()
96 if(resizing > 0) in resize()
97 return bloat(resizing); in resize()
100 if(resizing == 0) return *this; in resize()
105 if(resizing < 0) { in resize()
113 point_data<double> center(0.0, 0.0), start(0.0, (double)resizing); in resize()
114 make_arc(circle, start, start, center, std::abs((double)resizing), in resize()
123 if(resizing < 0) { in resize()
/dports/graphics/kquickimageeditor/kquickimageeditor-0.1.2/examples/
H A DKirigamiExample.qml51 property bool resizing: false;
57 rootEditorView.resizing = false
136 iconName: rootEditorView.resizing ? "dialog-cancel" : "transform-crop"
137 … text: rootEditorView.resizing ? i18n("Cancel") : i18nc("@action:button Crop an image", "Crop");
138 onTriggered: rootEditorView.resizing = !rootEditorView.resizing;
142 visible: rootEditorView.resizing
150 visible: !rootEditorView.resizing
156 visible: !rootEditorView.resizing
162 visible: !rootEditorView.resizing
168 visible: !rootEditorView.resizing
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/UI/
H A DvtkWin32HardwareWindow.cxx196 static bool resizing = false; in SetSize() local
203 if (!resizing) in SetSize()
205 resizing = true; in SetSize()
220 resizing = false; in SetSize()
228 static bool resizing = false; in SetPosition() local
237 if (!resizing) in SetPosition()
239 resizing = true; in SetPosition()
242 resizing = false; in SetPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/awt/
H A DSystemPointer.idl67 /** specifies a mouse pointer which symbolizes resizing for a top border.
72 /** specifies a mouse pointer which symbolizes resizing for a bottom
88 /** specifies a mouse pointer which symbolizes resizing for the top-left
106 /** specifies a mouse pointer which symbolizes resizing for the
112 /** specifies a mouse pointer which symbolizes window resizing for a top
136 /** specifies a mouse pointer which symbolizes window resizing for the
142 /** specifies a mouse pointer which symbolizes window resizing for the
148 /** specifies a mouse pointer which symbolizes window resizing for the
154 /** specifies a mouse pointer which symbolizes window resizing for the
170 /** specifies a mouse pointer which symbolizes horizontal resizing.
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/awt/
H A DSystemPointer.idl67 /** specifies a mouse pointer which symbolizes resizing for a top border.
72 /** specifies a mouse pointer which symbolizes resizing for a bottom
88 /** specifies a mouse pointer which symbolizes resizing for the top-left
106 /** specifies a mouse pointer which symbolizes resizing for the
112 /** specifies a mouse pointer which symbolizes window resizing for a top
136 /** specifies a mouse pointer which symbolizes window resizing for the
142 /** specifies a mouse pointer which symbolizes window resizing for the
148 /** specifies a mouse pointer which symbolizes window resizing for the
154 /** specifies a mouse pointer which symbolizes window resizing for the
170 /** specifies a mouse pointer which symbolizes horizontal resizing.
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/
H A DnsIHTMLObjectResizeListener.idl15 * starts resizing an element
22 * has finalized the resizing of an element
24 * @param aOldWidth [IN] the width of the element before resizing
25 * @param aOldHeight [IN] the height of the element before resizing
26 * @param aNewWidth [IN] the width of the element after resizing
27 * @param aNewHeight [IN] the height of the element after resizing
/dports/graphics/digikam/digikam-7.4.0/core/tests/facesengine/demo/
H A Ddemomarquee.cpp68 resizing (false), in Private()
90 bool resizing; ///< Tells if we are resizing the marquee member in FaceEngineDemo::Marquee::Private
184 d->resizing = true; in mousePressEvent()
191 d->resizing = true; in mousePressEvent()
198 d->resizing = true; in mousePressEvent()
205 d->resizing = true; in mousePressEvent()
212 d->resizing = false; in mousePressEvent()
221 if (d->resizing) in mouseMoveEvent()
279 d->resizing = false; in mouseReleaseEvent()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/examples/Info/
H A DResizeHandle.hpp32 resizing(false) in ResizeHandle()
41 resizing(false) in ResizeHandle()
83 resizing = true; in onMouse()
89 if (resizing && ! ev.press) in onMouse()
91 resizing = false; in onMouse()
100 if (! resizing) in onMotion()
138 bool resizing; member in ResizeHandle

12345678910>>...199