Home
last modified time | relevance | path

Searched refs:border_weight (Results 1 – 10 of 10) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/CVT/
H A Dminimizer.hpp114 void set_border_weight( double border_weight ) { in set_border_weight() argument
115 computer_.set_border_weight(border_weight) ; in set_border_weight()
267 void set_border_weight( double border_weight ) { in set_border_weight() argument
268 computer_.set_border_weight(border_weight) ; in set_border_weight()
H A Dcomputer.hpp80 void set_border_weight( double border_weight ) { in set_border_weight() argument
81 border_weight_ = border_weight ; in set_border_weight()
/dports/x11/slurp/slurp-1.3.2/include/
H A Dslurp.h51 uint32_t border_weight; member
/dports/x11/slurp/slurp-1.3.2/
H A Drender.c72 cairo_set_line_width(cairo, state->border_weight * scale); in render()
H A Dmain.c763 .border_weight = 2, in main()
797 state.border_weight = strtol(optarg, &endptr, 10); in main()
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/tint2conf/
H A Dbackground_gui.c784 …double border_weight = gtk_spin_button_get_value(GTK_SPIN_BUTTON(background_border_content_tint_we… in background_update() local
875 border_weight, in background_update()
918 double border_weight; in current_background_changed() local
986 &border_weight, in current_background_changed()
1018 … gtk_spin_button_set_value(GTK_SPIN_BUTTON(background_border_content_tint_weight), border_weight); in current_background_changed()
H A Dproperties_rw.c165 double border_weight; in config_write_backgrounds() local
236 &border_weight, in config_write_backgrounds()
254 fprintf(fp, "border_content_tint_weight = %d\n", (int)(border_weight)); in config_write_backgrounds()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/layout/
H A Domnigrid.lua312 …local wbord = options.border_weight or function(b) return b.style == nil and b.len >= minbord and …
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/builder/
H A Dlayout_grids.des458border_weight = function(b) return b.style == nil and b.len >= minbord and 10 or 0 end,
H A Dlayout_city.des155 group_weight = wgroup, cell_weight = wcell, border_weight = wbord,