Home
last modified time | relevance | path

Searched defs:stretch (Results 1 – 25 of 2017) sorted by relevance

12345678910>>...81

/dports/astro/py-astropy/astropy-5.0/astropy/visualization/tests/
H A Dtest_stretch.py43 def test_no_clip(self, stretch): argument
49 def test_clip_ndimensional(self, stretch, ndim): argument
58 def test_clip(self, stretch): argument
64 def test_inplace(self, stretch): argument
72 def test_round_trip(self, stretch): argument
77 def test_inplace_roundtrip(self, stretch): argument
84 def test_double_inverse(self, stretch): argument
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWBoxLayout.C119 void WBoxLayout::addWidget(std::unique_ptr<WWidget> widget, int stretch, in addWidget()
125 void WBoxLayout::addLayout(std::unique_ptr<WLayout> layout, int stretch, in addLayout()
136 void WBoxLayout::addStretch(int stretch) in addStretch()
142 int stretch, in insertWidget()
154 int stretch, in insertLayout()
168 void WBoxLayout::insertStretch(int index, int stretch) in insertStretch()
176 bool WBoxLayout::setStretchFactor(WWidget *widget, int stretch) in setStretchFactor()
190 bool WBoxLayout::setStretchFactor(WLayout *layout, int stretch) in setStretchFactor()
204 void WBoxLayout::setStretchFactor(int i, int stretch) in setStretchFactor()
222 int stretch, WFlags<AlignmentFlag> alignment) in insertItem()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/layouts/
H A Dlayouts.hpp63 int stretch = item[1].toInt(); in addItem() local
97 int stretch = item[2].toInt(); in insertItem() local
126 void setStretch(QWidget* w, int stretch) { BOXLAYOUT::setStretchFactor(w, stretch); } in setStretch()
128 void setStretch(QLayout* l, int stretch) { BOXLAYOUT::setStretchFactor(l, stretch); } in setStretch()
143 Q_INVOKABLE void setStretch(int index, int stretch) { QBoxLayout::setStretch(index, stretch); } in setStretch()
144 …Q_INVOKABLE void setStretch(QWidget* w, int stretch) { QcBoxLayout<QHBoxLayout>::setStretch(w, str… in setStretch()
145 …Q_INVOKABLE void setStretch(QLayout* l, int stretch) { QcBoxLayout<QHBoxLayout>::setStretch(l, str… in setStretch()
162 Q_INVOKABLE void setStretch(int index, int stretch) { QBoxLayout::setStretch(index, stretch); } in setStretch()
163 …Q_INVOKABLE void setStretch(QWidget* w, int stretch) { QcBoxLayout<QVBoxLayout>::setStretch(w, str… in setStretch()
164 …Q_INVOKABLE void setStretch(QLayout* l, int stretch) { QcBoxLayout<QVBoxLayout>::setStretch(l, str… in setStretch()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqboxlayout_c.cpp39 void QBoxLayout_addStretch(QBoxLayoutH handle, int stretch) in QBoxLayout_addStretch()
49 void QBoxLayout_addWidget(QBoxLayoutH handle, QWidgetH AnonParam1, int stretch, unsigned int alignm… in QBoxLayout_addWidget()
54 void QBoxLayout_addLayout(QBoxLayoutH handle, QLayoutH layout, int stretch) in QBoxLayout_addLayout()
74 void QBoxLayout_insertStretch(QBoxLayoutH handle, int index, int stretch) in QBoxLayout_insertStretch()
84 void QBoxLayout_insertWidget(QBoxLayoutH handle, int index, QWidgetH widget, int stretch, unsigned … in QBoxLayout_insertWidget()
89 void QBoxLayout_insertLayout(QBoxLayoutH handle, int index, QLayoutH layout, int stretch) in QBoxLayout_insertLayout()
109 bool QBoxLayout_setStretchFactor(QBoxLayoutH handle, QWidgetH w, int stretch) in QBoxLayout_setStretchFactor()
114 bool QBoxLayout_setStretchFactor2(QBoxLayoutH handle, QLayoutH l, int stretch) in QBoxLayout_setStretchFactor2()
119 void QBoxLayout_setStretch(QBoxLayoutH handle, int index, int stretch) in QBoxLayout_setStretch()
H A Dqstatusbar_c.cpp24 void QStatusBar_addWidget(QStatusBarH handle, QWidgetH widget, int stretch) in QStatusBar_addWidget()
29 int QStatusBar_insertWidget(QStatusBarH handle, int index, QWidgetH widget, int stretch) in QStatusBar_insertWidget()
34 void QStatusBar_addPermanentWidget(QStatusBarH handle, QWidgetH widget, int stretch) in QStatusBar_addPermanentWidget()
39 int QStatusBar_insertPermanentWidget(QStatusBarH handle, int index, QWidgetH widget, int stretch) in QStatusBar_insertPermanentWidget()
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqboxlayout_c.cpp39 void QBoxLayout_addStretch(QBoxLayoutH handle, int stretch) in QBoxLayout_addStretch()
49 void QBoxLayout_addWidget(QBoxLayoutH handle, QWidgetH AnonParam1, int stretch, unsigned int alignm… in QBoxLayout_addWidget()
54 void QBoxLayout_addLayout(QBoxLayoutH handle, QLayoutH layout, int stretch) in QBoxLayout_addLayout()
74 void QBoxLayout_insertStretch(QBoxLayoutH handle, int index, int stretch) in QBoxLayout_insertStretch()
84 void QBoxLayout_insertWidget(QBoxLayoutH handle, int index, QWidgetH widget, int stretch, unsigned … in QBoxLayout_insertWidget()
89 void QBoxLayout_insertLayout(QBoxLayoutH handle, int index, QLayoutH layout, int stretch) in QBoxLayout_insertLayout()
109 bool QBoxLayout_setStretchFactor(QBoxLayoutH handle, QWidgetH w, int stretch) in QBoxLayout_setStretchFactor()
114 bool QBoxLayout_setStretchFactor2(QBoxLayoutH handle, QLayoutH l, int stretch) in QBoxLayout_setStretchFactor2()
119 void QBoxLayout_setStretch(QBoxLayoutH handle, int index, int stretch) in QBoxLayout_setStretch()
H A Dqstatusbar_c.cpp24 void QStatusBar_addWidget(QStatusBarH handle, QWidgetH widget, int stretch) in QStatusBar_addWidget()
29 int QStatusBar_insertWidget(QStatusBarH handle, int index, QWidgetH widget, int stretch) in QStatusBar_insertWidget()
34 void QStatusBar_addPermanentWidget(QStatusBarH handle, QWidgetH widget, int stretch) in QStatusBar_addPermanentWidget()
39 int QStatusBar_insertPermanentWidget(QStatusBarH handle, int index, QWidgetH widget, int stretch) in QStatusBar_insertPermanentWidget()
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqboxlayout_c.cpp39 void QBoxLayout_addStretch(QBoxLayoutH handle, int stretch) in QBoxLayout_addStretch()
49 void QBoxLayout_addWidget(QBoxLayoutH handle, QWidgetH AnonParam1, int stretch, unsigned int alignm… in QBoxLayout_addWidget()
54 void QBoxLayout_addLayout(QBoxLayoutH handle, QLayoutH layout, int stretch) in QBoxLayout_addLayout()
74 void QBoxLayout_insertStretch(QBoxLayoutH handle, int index, int stretch) in QBoxLayout_insertStretch()
84 void QBoxLayout_insertWidget(QBoxLayoutH handle, int index, QWidgetH widget, int stretch, unsigned … in QBoxLayout_insertWidget()
89 void QBoxLayout_insertLayout(QBoxLayoutH handle, int index, QLayoutH layout, int stretch) in QBoxLayout_insertLayout()
109 bool QBoxLayout_setStretchFactor(QBoxLayoutH handle, QWidgetH w, int stretch) in QBoxLayout_setStretchFactor()
114 bool QBoxLayout_setStretchFactor2(QBoxLayoutH handle, QLayoutH l, int stretch) in QBoxLayout_setStretchFactor2()
119 void QBoxLayout_setStretch(QBoxLayoutH handle, int index, int stretch) in QBoxLayout_setStretch()
H A Dqstatusbar_c.cpp24 void QStatusBar_addWidget(QStatusBarH handle, QWidgetH widget, int stretch) in QStatusBar_addWidget()
29 int QStatusBar_insertWidget(QStatusBarH handle, int index, QWidgetH widget, int stretch) in QStatusBar_insertWidget()
34 void QStatusBar_addPermanentWidget(QStatusBarH handle, QWidgetH widget, int stretch) in QStatusBar_addPermanentWidget()
39 int QStatusBar_insertPermanentWidget(QStatusBarH handle, int index, QWidgetH widget, int stretch) in QStatusBar_insertPermanentWidget()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqboxlayout_c.cpp39 void QBoxLayout_addStretch(QBoxLayoutH handle, int stretch) in QBoxLayout_addStretch()
49 void QBoxLayout_addWidget(QBoxLayoutH handle, QWidgetH AnonParam1, int stretch, unsigned int alignm… in QBoxLayout_addWidget()
54 void QBoxLayout_addLayout(QBoxLayoutH handle, QLayoutH layout, int stretch) in QBoxLayout_addLayout()
74 void QBoxLayout_insertStretch(QBoxLayoutH handle, int index, int stretch) in QBoxLayout_insertStretch()
84 void QBoxLayout_insertWidget(QBoxLayoutH handle, int index, QWidgetH widget, int stretch, unsigned … in QBoxLayout_insertWidget()
89 void QBoxLayout_insertLayout(QBoxLayoutH handle, int index, QLayoutH layout, int stretch) in QBoxLayout_insertLayout()
109 bool QBoxLayout_setStretchFactor(QBoxLayoutH handle, QWidgetH w, int stretch) in QBoxLayout_setStretchFactor()
114 bool QBoxLayout_setStretchFactor2(QBoxLayoutH handle, QLayoutH l, int stretch) in QBoxLayout_setStretchFactor2()
119 void QBoxLayout_setStretch(QBoxLayoutH handle, int index, int stretch) in QBoxLayout_setStretch()
H A Dqstatusbar_c.cpp24 void QStatusBar_addWidget(QStatusBarH handle, QWidgetH widget, int stretch) in QStatusBar_addWidget()
29 int QStatusBar_insertWidget(QStatusBarH handle, int index, QWidgetH widget, int stretch) in QStatusBar_insertWidget()
34 void QStatusBar_addPermanentWidget(QStatusBarH handle, QWidgetH widget, int stretch) in QStatusBar_addPermanentWidget()
39 int QStatusBar_insertPermanentWidget(QStatusBarH handle, int index, QWidgetH widget, int stretch) in QStatusBar_insertPermanentWidget()
/dports/audio/festival/festival/src/modules/Duration/
H A Dduration.cc51 float stretch; in FT_Duration_Ave_Utt() local
82 float stretch; in FT_Duration_Def_Utt() local
101 float end=0.0, dur,stretch; in FT_Duration_Tree_Utt() local
137 float end=0.0, dur,stretch; in FT_Duration_Tree_ZScores_Utt() local
H A Ddur_aux.cc47 float stretch; in dur_get_stretch() local
71 float stretch = 1.0; in dur_get_stretch_at_seg() local
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/layout/
H A DBoxLayout.cxx52 int stretch, in addItem()
59 void BoxLayout::addStretch(int stretch) in addStretch()
73 int stretch, in insertItem()
99 void BoxLayout::insertStretch(int index, int stretch) in insertStretch()
162 void BoxLayout::setStretch(size_t index, int stretch) in setStretch()
172 bool BoxLayout::setStretchFactor(const LayoutItemRef& item, int stretch) in setStretchFactor()
190 int BoxLayout::stretch(size_t index) const in stretch() function in simgear::canvas::BoxLayout
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/s51.src/
H A Duc320.cc256 u8_t stretch= sfr->read(CKCON) & 0x7; in instruction_e0() local
274 u8_t stretch= sfr->read(CKCON) & 0x7; in instruction_e2() local
292 u8_t stretch= sfr->read(CKCON) & 0x7; in instruction_f0() local
310 u8_t stretch= sfr->read(CKCON) & 0x7; in instruction_f2() local
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/
H A DAttrStretch.cs27 static extern IntPtr pango_attr_stretch_new (Pango.Stretch stretch); in pango_attr_stretch_new()
29 public AttrStretch (Pango.Stretch stretch) : this (pango_attr_stretch_new (stretch)) {} in AttrStretch()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DKnuthGlue.java52 private final int stretch; field in KnuthGlue
82 public KnuthGlue(int width, int stretch, int shrink, Position pos, in KnuthGlue()
100 public KnuthGlue(int width, int stretch, int shrink, Adjustment adjustmentClass, in KnuthGlue()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/
H A DAttrStretch.cs27 static extern IntPtr pango_attr_stretch_new (Pango.Stretch stretch); in pango_attr_stretch_new()
29 public AttrStretch (Pango.Stretch stretch) : this (pango_attr_stretch_new (stretch), true) {} in AttrStretch()
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/ipa/eps/
H A Ddraw.h118 double stretch; in eps_draw_arc() local
213 double stretch; in wmf_eps_draw_line() local
252 double stretch; in wmf_eps_poly_line() local
311 double stretch; in wmf_eps_draw_polygon() local
388 double stretch; in wmf_eps_draw_rectangle() local
/dports/graphics/libwmf/libwmf-0.2.12/src/ipa/eps/
H A Ddraw.h118 double stretch; in eps_draw_arc() local
213 double stretch; in wmf_eps_draw_line() local
252 double stretch; in wmf_eps_poly_line() local
311 double stretch; in wmf_eps_draw_polygon() local
388 double stretch; in wmf_eps_draw_rectangle() local
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/layout/
H A DLayoutBaseItem.cpp5 CLayoutBaseItem::CLayoutBaseItem(unsigned int preferredSize, unsigned stretch, const LayoutObjectPt… in CLayoutBaseItem()
14 CLayoutBaseItem::CLayoutBaseItem(unsigned int preferredSize, unsigned int stretch, unsigned int key… in CLayoutBaseItem()
/dports/graphics/qgis/qgis-3.22.3/src/gui/processing/
H A Dqgsprocessingparameterswidget.cpp53 …dParameterWidget( const QgsProcessingParameterDefinition *parameter, QWidget *widget, int stretch ) in addParameterWidget()
74 void QgsProcessingParametersWidget::addOutputWidget( QWidget *widget, int stretch ) in addOutputWidget()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/processing/
H A Dqgsprocessingparameterswidget.cpp53 …dParameterWidget( const QgsProcessingParameterDefinition *parameter, QWidget *widget, int stretch ) in addParameterWidget()
74 void QgsProcessingParametersWidget::addOutputWidget( QWidget *widget, int stretch ) in addOutputWidget()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgststretch.c87 GstStretch *stretch; in gst_stretch_set_property() local
114 GstStretch *stretch; in gst_stretch_get_property() local
133 GstStretch *stretch = GST_STRETCH_CAST (gt); in stretch_map() local
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgststretch.c87 GstStretch *stretch; in gst_stretch_set_property() local
114 GstStretch *stretch; in gst_stretch_get_property() local
133 GstStretch *stretch = GST_STRETCH_CAST (gt); in stretch_map() local

12345678910>>...81