Home
last modified time | relevance | path

Searched refs:panel_width (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/resizables/
H A Dhotkey_assign.lua383 local panel_width = 100
787 local panel_width = 110
833 …l_townMap"] = self:addBevelPanel(panel_x_pos+panel_width, self.panel_pos_table_y[current_pos_y], p…
838 …_casebook"] = self:addBevelPanel(panel_x_pos+panel_width, self.panel_pos_table_y[current_pos_y], p…
843 …_research"] = self:addBevelPanel(panel_x_pos+panel_width, self.panel_pos_table_y[current_pos_y], p…
848 …el_status"] = self:addBevelPanel(panel_x_pos+panel_width, self.panel_pos_table_y[current_pos_y], p…
853 …el_charts"] = self:addBevelPanel(panel_x_pos+panel_width, self.panel_pos_table_y[current_pos_y], p…
858 …el_policy"] = self:addBevelPanel(panel_x_pos+panel_width, self.panel_pos_table_y[current_pos_y], p…
873 …_editRoom"] = self:addBevelPanel(panel_x_pos+panel_width, self.panel_pos_table_y[current_pos_y], p…
887 …l_map_alt"] = self:addBevelPanel(panel_x_pos+panel_width, self.panel_pos_table_y[current_pos_y], p…
[all …]
/dports/misc/broot/broot-1.7.0/src/display/
H A Dareas.rs88 let mut panel_width = if with_preview { in compute_areas() localVariable
93 if panel_width < MINIMAL_PANEL_WIDTH { in compute_areas()
101 panel_width = screen.width - x; in compute_areas()
108 areas.state = Area::new(x, 0, panel_width, y); in compute_areas()
112 Area::new(x, y, panel_width, 1) in compute_areas()
115 areas.input = Area::new(x, y, panel_width, 1); in compute_areas()
122 let area_width = panel_width / 2; in compute_areas()
129 x += panel_width; in compute_areas()
/dports/textproc/bat/bat-0.18.3/src/
H A Dprinter.rs106 panel_width: usize, field
147 let mut panel_width: usize = in new() localVariable
163 panel_width = 0; in new()
186 panel_width, in new()
210 if self.panel_width == 0 { in print_horizontal_line()
222 if self.panel_width == 0 { in create_fake_panel()
229 " ".repeat(self.panel_width - 1 - text_truncated.len()) in create_fake_panel()
282 " ".repeat(self.panel_width), in print_header()
285 .paint(if self.panel_width > 0 { "│ " } else { "" }), in print_header()
292 write!(handle, "{}", " ".repeat(self.panel_width))?; in print_header()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/compositor/layer/
H A Doverlay_panel_layer.cc68 float panel_width, in SetProperties() argument
169 panel_width + shadow_res_padding.size().width(), in SetProperties()
178 gfx::Size shadow_bounds(panel_width + shadow_res_size.width() - in SetProperties()
199 gfx::Size bounds(panel_width - rounded_bar_top_size.width(), in SetProperties()
252 icon_x = panel_width - icon_layer->bounds().width() - in SetProperties()
279 panel_width / 2 - drag_handlebar_resource->size().width() / 2; in SetProperties()
295 close_icon_left = panel_width - bar_margin_side; in SetProperties()
351 content_container_->SetBounds(gfx::Size(panel_width, panel_height)); in SetProperties()
371 gfx::Size shadow_size(panel_width, shadow_height); in SetProperties()
388 gfx::Size bar_border_size(panel_width, in SetProperties()
[all …]
H A Doverlay_panel_layer.h47 float panel_width,
69 float panel_width);
/dports/x11/jgmenu/jgmenu-4.4.0/src/
H A Dt2conf.c39 static char *panel_width; variable
218 panel_width = strdup(field); in process_line()
307 x = (g_screen_width - parse_width(panel_width) + panel_margin_h) / 2; in hpanel_set_margin_x()
309 x = g_screen_width - parse_width(panel_width); in hpanel_set_margin_x()
337 y = (g_screen_height - parse_height(panel_width) + panel_margin_v) / 2; in vpanel_set_margin_y()
339 y = g_screen_height - parse_height(panel_width); in vpanel_set_margin_y()
419 if (panel_width) in t2conf_cleanup()
420 free(panel_width); in t2conf_cleanup()
421 panel_width = NULL; in t2conf_cleanup()
/dports/games/dose-response/dose-response-179c326/src/
H A Dstate.rs110 pub panel_width: i32, field
170 panel_width: i32, in new()
184 assert_eq!(display_size, (map_size + panel_width, map_size)); in new()
197 panel_width, in new()
242 panel_width: i32, in new_game()
275 panel_width, in new_game()
294 panel_width: i32, in replay_game()
305 panel_width, in replay_game()
317 panel_width: i32, in replay_game()
388 panel_width, in replay_game()
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/share/
H A Dpanel.sh19 panel_width=${geometry[2]}
129 echo -n "^pa($(($panel_width - $width)))$right"
187 } 2> /dev/null | dzen2 -w $panel_width -x $x -y $y -fn "$font" -h $panel_height \
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dglbpic.h119 …TO((ValNodePtr msp_list, ValNodePtr ext_align, Boolean need_free, Int2 panel_width, Int2 panel_hei…
121 SegmenT SequinGlobalPicture PROTO((SeqEntryPtr sep, Int2 panel_width, Int2 panel_height, ValNodePtr…
123 …ureUpdate PROTO((GlobalDrawPtr gdraw_p, ValNodePtr new_gene_list, Int2 panel_width, Int2 panel_hei…
/dports/devel/git-delta/delta-0.9.2/src/features/
H A Dside_by_side.rs51 let panel_width = match decorations_width { in new_sbs() localVariable
55 SideBySideData::new(Panel { width: panel_width }, Panel { width: panel_width }) in new_sbs()
418 let panel_width = config.side_by_side_data[panel_side].width; in pad_panel_line_to_width() localVariable
420 if text_width > panel_width { in pad_panel_line_to_width()
422 ansi::truncate_str(panel_line, panel_width, &config.truncation_symbol).to_string(); in pad_panel_line_to_width()
439 Some(BgFillMethod::Spaces) if text_width >= panel_width => (), in pad_panel_line_to_width()
442 .paint(" ".repeat(panel_width - text_width)) in pad_panel_line_to_width()
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dpanel-background.c274 int panel_width, panel_height; in get_scaled_and_rotated_pixbuf() local
284 panel_width = background->region.width; in get_scaled_and_rotated_pixbuf()
298 width = orig_width * panel_width / orig_height; in get_scaled_and_rotated_pixbuf()
299 height = panel_width; in get_scaled_and_rotated_pixbuf()
301 width = panel_width; in get_scaled_and_rotated_pixbuf()
302 height = orig_height * panel_width / orig_width; in get_scaled_and_rotated_pixbuf()
313 height = panel_width; in get_scaled_and_rotated_pixbuf()
315 width = panel_width; in get_scaled_and_rotated_pixbuf()
/dports/multimedia/dvd-slideshow/dvd-slideshow-0.8.4-2/
H A Ddvd-menu480 …menu_panel_width) panel_width="$config2" ; [ "$noecho" -eq 0 ] && echo "panel_width=$panel_width" …
766 panel_width=''
1047 if [ -z "$panel_width" ] ; then
1048 panel_width="$(( $dvd_width - $menu_panel_location_x ))"
1050 logecho "panel_width=$panel_width"
1108 panel_width=$(( $panel_width / 2 ))
1345 menuright=$(( $menu_panel_location_x + $panel_width))
1382 …convert -size "$panel_width"x"$panel_height" xc:transparent -quality 100 -font "$button_font" -poi…
1394 right[$i]="$(( $menu_panel_location_x + $panel_width ))"
1410 menuright=$(( $menu_panel_location_x + $panel_width))
[all …]
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/layout/
H A Dtree.py228 layout.panel_width,
273 layout._layout.width = layout.panel_width - left
463 self.panel_width,
477 self._drawer.draw(offsetx=0, width=self.panel_width)
546 panel, body = screen_rect.hsplit(self.panel_width)
705 self.panel_width += 10
709 self.panel_width -= 10
715 self.panel_width,
729 panel, body = screen_rect.hsplit(self.panel_width)
/dports/japanese/p5-WWW-MobileCarrierJP/WWW-MobileCarrierJP-0.65/lib/WWW/MobileCarrierJP/DoCoMo/
H A DJava.pm41 my ($panel_width, $panel_height) = ($1, $2);
48 panel => { width => $panel_width, height => $panel_height },
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dright_panel_score.cc45 panel_width = 0; in right_panel_score()
104 panel_width = bmp->get_width (); in draw_background()
330 return panel_width; in get_width()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/video/
H A Dexynos_fb.c29 static unsigned int panel_width, panel_height; variable
308 panel_width = panel_info.vl_width; in lcd_ctrl_init()
319 memset((void *) gd->fb_base, 0, panel_width * panel_height * in lcd_enable()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dspecialmonitors.c248 int panel_width, panel_width_draw, panel_height, srcxoffset; in a2024() local
311 panel_width = 336; in a2024()
320 panel_width = 512; in a2024()
358 …em + py * (panel_height / gfxvidinfo.ychange) * dst->rowbytes + px * ((panel_width * 2) / gfxvidin… in a2024()
362 memcpy (dstbuf, srcbuf, ((panel_width * 2) / gfxvidinfo.xchange) * dst->pixbytes); in a2024()
/dports/graphics/darktable/darktable-3.6.1/src/libs/tools/
H A Dtimeline.c82 int32_t panel_width; member
696 int nb = strip->panel_width / 122; in _selection_scroll_to()
842 …_time_compare_at_zoom(strip->stop_t, tt, strip->zoom) >= 0) strip->stop_x = strip->panel_width + 2; in _block_get_at_zoom()
982 if(width != strip->panel_width || height != strip->panel_height) in _lib_timeline_draw_callback()
985 if(strip->panel_width == 0 || strip->panel_height == 0) in _lib_timeline_draw_callback()
987 strip->panel_width = width; in _lib_timeline_draw_callback()
1002 strip->panel_width = width; in _lib_timeline_draw_callback()
1078 if(!(start < 0 && stop < 0) && !(start > strip->panel_width && stop > strip->panel_width)) in _lib_timeline_draw_callback()
1096 if(stop <= strip->panel_width) in _lib_timeline_draw_callback()
1310 else if(strip->current_x > strip->panel_width - 10) in _block_autoscroll()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/libs/tools/
H A Dtimeline.c82 int32_t panel_width; member
696 int nb = strip->panel_width / 122; in _selection_scroll_to()
842 …_time_compare_at_zoom(strip->stop_t, tt, strip->zoom) >= 0) strip->stop_x = strip->panel_width + 2; in _block_get_at_zoom()
982 if(width != strip->panel_width || height != strip->panel_height) in _lib_timeline_draw_callback()
985 if(strip->panel_width == 0 || strip->panel_height == 0) in _lib_timeline_draw_callback()
987 strip->panel_width = width; in _lib_timeline_draw_callback()
1002 strip->panel_width = width; in _lib_timeline_draw_callback()
1078 if(!(start < 0 && stop < 0) && !(start > strip->panel_width && stop > strip->panel_width)) in _lib_timeline_draw_callback()
1096 if(stop <= strip->panel_width) in _lib_timeline_draw_callback()
1310 else if(strip->current_x > strip->panel_width - 10) in _block_autoscroll()
[all …]
/dports/finance/grisbi/grisbi-2.0.5/src/prefs/
H A Dprefs_page_display_gui.c160 a_conf->panel_width = PANEL_MIN_WIDTH; in prefs_page_display_gui_definition_screen_toggled()
163 gtk_paned_set_position (GTK_PANED (hpaned), a_conf->panel_width); in prefs_page_display_gui_definition_screen_toggled()
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Dright_panel_score.h81 Uint32 panel_width; variable
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A Dxaw_menu.c796 static Dimension panel_width = 0; in toggle_buttons() local
799 if (panel_width == 0) /* initialize */ in toggle_buttons()
800 XtVaGetValues(panel_widget, XtNwidth, &panel_width, NULL); in toggle_buttons()
810 XtNwidth, w - panel_width - 1, /* -1 for line_widget */ in toggle_buttons()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkspinbutton.c704 gint panel_width; in gtk_spin_button_size_allocate() local
707 panel_width = arrow_size + 2 * widget->style->xthickness; in gtk_spin_button_size_allocate()
714 panel_allocation.x = allocation->width - panel_width; in gtk_spin_button_size_allocate()
716 panel_allocation.width = panel_width; in gtk_spin_button_size_allocate()
1442 gint panel_width; in gtk_spin_button_get_text_area_size() local
1447 panel_width = arrow_size + 2 * GTK_WIDGET (entry)->style->xthickness; in gtk_spin_button_get_text_area_size()
1450 *width -= panel_width; in gtk_spin_button_get_text_area_size()
1453 *x += panel_width; in gtk_spin_button_get_text_area_size()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgrisbi_conf.c167 a_conf->panel_width = PANEL_MIN_WIDTH; in grisbi_conf_clean_config()
640 a_conf->panel_width = g_key_file_get_integer (config, in grisbi_conf_load_app_config()
1078 a_conf->panel_width); in grisbi_conf_save_app_config()
/dports/www/interchange/interchange-5.6.3/code/UI_Tag/
H A Dtabbed_display.coretag64 =item panel_width
154 panel_width => 600,

123