Home
last modified time | relevance | path

Searched refs:fill_x (Results 1 – 20 of 20) sorted by relevance

/dports/math/py-arviz/arviz-0.11.4/arviz/plots/backends/matplotlib/
H A Dkdeplot.py116 fill_x, fill_y = x, density
139 fill_x,
141 where=np.isin(fill_x, fill_x[idx], invert=True, assume_unique=True),
149 fill_func(fill_x, fill_y, **fill_kwargs)
153 fill_func(fill_x, fill_y, **fill_kwargs)
/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_component.h285 bool fill_x; variable
288 gui_fill_t(bool x=true, bool y=false) : fill_x(x), fill_y(y) {} in fill_x() function
294 …scr_size get_max_size() const OVERRIDE { return scr_size( fill_x ? scr_size::inf.w : 0, fill_y ? s… in get_max_size()
/dports/games/openttd/openttd-12.1/src/
H A Dwidget.cpp848 this->fill_x = fill_x; in NWidgetResizeBase()
907 this->fill_x = fill_x; in SetFill()
1110 this->fill_x = fill.width; in SetupSmallestSize()
1129 this->fill_x = LeastCommonMultiple(this->fill_x, child_wid->fill_x); in SetupSmallestSize()
1309 if (child_wid->fill_x > 0) { in SetupSmallestSize()
1310 if (this->fill_x == 0 || this->fill_x > child_wid->fill_x) this->fill_x = child_wid->fill_x; in SetupSmallestSize()
1477 this->fill_x = LeastCommonMultiple(this->fill_x, child_wid->fill_x); in SetupSmallestSize()
1681 this->fill_x = fill.width; in SetupSmallestSize()
1898 this->fill_x = this->child->fill_x; in SetupSmallestSize()
1946 this->fill_x = fill.width; in SetupSmallestSize()
[all …]
H A Dwidget_type.h176 uint fill_x; ///< Horizontal fill stepsize (from initial size, \c 0 means not resizable). variable
215 return (sizing == ST_RESIZE) ? this->resize_x : this->fill_x; in GetHorizontalStepSize()
254 NWidgetResizeBase(WidgetType tp, uint fill_x, uint fill_y);
260 void SetFill(uint fill_x, uint fill_y);
313 …NWidgetCore(WidgetType tp, Colours colour, uint fill_x, uint fill_y, uint32 widget_data, StringID … in DECLARE_ENUM_AS_BIT_SET()
1076 static inline NWidgetPart SetFill(uint fill_x, uint fill_y) in SetFill() argument
1081 part.u.xy.x = fill_x; in SetFill()
H A Dnewgrf_gui.cpp1627 this->fill_x = LeastCommonMultiple(this->avs->fill_x, this->acs->fill_x); in SetupSmallestSize()
1628 …if (this->inf->fill_x > 0 && (this->fill_x == 0 || this->fill_x > this->inf->fill_x)) this->fill_x in SetupSmallestSize()
H A Dsmallmap_gui.cpp1725 this->fill_x = std::max(display->fill_x, bar->fill_x); in SetupSmallestSize()
H A Dtoolbar_gui.cpp1338 this->fill_x = 1; in SetupSmallestSize()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_battlestatus.cpp151 const auto fill_x = x; in RefreshGauge() local
159 DrawGaugeSystem2(fill_x, y, actor->GetHp(), actor->GetMaxHp(), 0); in RefreshGauge()
161 DrawGaugeSystem2(fill_x, y + 16, actor->GetSp(), actor->GetMaxSp(), 1); in RefreshGauge()
163 DrawGaugeSystem2(fill_x, y + 16 * 2, actor->GetAtbGauge(), actor->GetMaxAtbGauge(), 2); in RefreshGauge()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dmakerdf.cpp550 string fill_x = "fill-x=\"1\" "; in make_gui() local
568 …ctl = " <align " + attach_x + attach_y + expand_x + fill_x + pad_x + "><toggle " + param + "/><… in make_gui()
588 …ctl = " <vumeter " + attach_x + attach_y + expand_x + fill_x + param + pad_x + "mode=\"2\"/>\n"; in make_gui()
590 … ctl = " <vumeter " + attach_x + attach_y + expand_x + fill_x + param + pad_x + "/>\n"; in make_gui()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dgenome-write.c146 fill_x (FILE *fp, Univcoord_T startpos, Univcoord_T endpos, bool uncompressedp, in fill_x() function
301 fill_x(refgenome_fp,maxposition,startposition,uncompressedp,index1part); in genome_write_file()
305 fill_x(refgenome_fp,leftposition,rightposition + 1,uncompressedp,index1part); in genome_write_file()
320 fill_x(refgenome_fp,maxposition,rightposition + 1,uncompressedp,index1part); in genome_write_file()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dvectors.h37 SCM_API SCM scm_vector_fill_x (SCM v, SCM fill_x);
/dports/lang/guile/guile-3.0.7/libguile/
H A Dvectors.h38 SCM_API SCM scm_vector_fill_x (SCM v, SCM fill_x);
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dvectors.h37 SCM_API SCM scm_vector_fill_x (SCM v, SCM fill_x);
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A DVectorRendererSpec.cpp1529 int fill_x = x1, fill_y = y1; in drawTabAlgClip() local
1537 …colorFillClip<PixelType>(ptr_fill + sp + r, ptr_fill + w + 1 + sp - r, color, fill_x + r, fill_y +… in drawTabAlgClip()
1556 …colorFillClip<PixelType>(ptr_fill, ptr_fill + Base::_strokeWidth, color, fill_x, fill_y, _clipping… in drawTabAlgClip()
1565 fill_x = x1; in drawTabAlgClip()
1568 …colorFillClip<PixelType>(ptr_fill - baseLeft, ptr_fill, color, fill_x - baseLeft, fill_y, _clippin… in drawTabAlgClip()
1577 fill_x = x1 + w; in drawTabAlgClip()
1580 colorFillClip<PixelType>(ptr_fill, ptr_fill + baseRight, color, fill_x, fill_y, _clippingArea); in drawTabAlgClip()
1616 gradientFillClip(ptr_fill, w + 1, x1, real_radius++, fill_x, fill_y); in drawTabAlgClip()
1618 colorFillClip<PixelType>(ptr_fill, ptr_fill + w + 1, color, fill_x, fill_y, _clippingArea); in drawTabAlgClip()
1711 int fill_x = xstart, fill_y = ystart; in drawTabShadowClip() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A DVectorRendererSpec.cpp1948 int fill_x = x1, fill_y = y1; in drawTabAlgClip() local
1956 …colorFillClip<PixelType>(ptr_fill + sp + r, ptr_fill + w + 1 + sp - r, color, fill_x + r, fill_y +… in drawTabAlgClip()
1975 …colorFillClip<PixelType>(ptr_fill, ptr_fill + Base::_strokeWidth, color, fill_x, fill_y, _clipping… in drawTabAlgClip()
1984 fill_x = x1; in drawTabAlgClip()
1987 …colorFillClip<PixelType>(ptr_fill - baseLeft, ptr_fill, color, fill_x - baseLeft, fill_y, _clippin… in drawTabAlgClip()
1996 fill_x = x1 + w; in drawTabAlgClip()
1999 colorFillClip<PixelType>(ptr_fill, ptr_fill + baseRight, color, fill_x, fill_y, _clippingArea); in drawTabAlgClip()
2035 gradientFillClip(ptr_fill, w + 1, x1, real_radius++, fill_x, fill_y); in drawTabAlgClip()
2037 colorFillClip<PixelType>(ptr_fill, ptr_fill + w + 1, color, fill_x, fill_y, _clippingArea); in drawTabAlgClip()
2130 int fill_x = xstart, fill_y = ystart; in drawTabShadowClip() local
[all …]
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A DVectorRendererSpec.cpp1955 int fill_x = x1, fill_y = y1; in drawTabAlgClip() local
1963 …colorFillClip<PixelType>(ptr_fill + sp + r, ptr_fill + w + 1 + sp - r, color, fill_x + r, fill_y +… in drawTabAlgClip()
1982 …colorFillClip<PixelType>(ptr_fill, ptr_fill + Base::_strokeWidth, color, fill_x, fill_y, _clipping… in drawTabAlgClip()
1991 fill_x = x1; in drawTabAlgClip()
1994 …colorFillClip<PixelType>(ptr_fill - baseLeft, ptr_fill, color, fill_x - baseLeft, fill_y, _clippin… in drawTabAlgClip()
2003 fill_x = x1 + w; in drawTabAlgClip()
2006 colorFillClip<PixelType>(ptr_fill, ptr_fill + baseRight, color, fill_x, fill_y, _clippingArea); in drawTabAlgClip()
2042 gradientFillClip(ptr_fill, w + 1, x1, real_radius++, fill_x, fill_y); in drawTabAlgClip()
2044 colorFillClip<PixelType>(ptr_fill, ptr_fill + w + 1, color, fill_x, fill_y, _clippingArea); in drawTabAlgClip()
2137 int fill_x = xstart, fill_y = ystart; in drawTabShadowClip() local
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrange.c2008 gint fill_x = x; in gtk_range_expose() local
2020 fill_x = widget->allocation.x + range->layout->trough.x; in gtk_range_expose()
2030 fill_x += range->layout->trough.width - fill_width; in gtk_range_expose()
2057 fill_x, fill_y, in gtk_range_expose()
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_gui.cpp121 this->fill_x = 1; in SetupSmallestSize()
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c1286 int fill_x, fill_y; variable
4569 fill_x = old_x; in mainloop()
4633fill_x, fill_y, old_x, old_y + 1, draw_color, sim_flood_touched); in mainloop()
5593 fill_x, fill_y, new_x, new_y, draw_color, sim_flood_touched); in mainloop()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-1-27209 "GtkPacker::fill_x", "GtkPacker::fill_y", "GtkPacker::use_default",