Home
last modified time | relevance | path

Searched refs:button_scale (Results 1 – 3 of 3) sorted by relevance

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c779 button_scale = min(max_w, max_h); in set_max_buttonscale()
790 button_w = 48 * button_scale; in setup_normal_screen_layout()
791 button_h = 48 * button_scale; in setup_normal_screen_layout()
799 r_ttools.h = 40 * button_scale; in setup_normal_screen_layout()
802 r_ttoolopt.h = 40 * button_scale; in setup_normal_screen_layout()
9707 y = ((j / 2) * button_h) + 40 * button_scale + 24 * button_scale - sz / 2 + off_y; in draw_erasers()
12624 …MapRGB(screen->format, 224 - (int)(w / button_scale), 224 - (int)(w / button_scale), 244 - (int)(w… in do_prompt_image_flash_snd()
12658 dest.y = 94 / button_scale + r_ttools.w / button_scale - (w - 4) + i + PROMPTOFFSETY; in do_prompt_image_flash_snd()
12689 img1b = thumbnail(img1, 80 * button_scale, 64 * button_scale, 1); in do_prompt_image_flash_snd()
21190 …MapRGB(screen->format, 255 - (int)(w / button_scale) , 255 -(int)( w / button_scale), 255 - (int)(… in do_color_picker()
[all …]
/dports/x11-themes/chicago95/Chicago95-2.0.1-81-gd1c86db/
H A DINSTALL.md17 * [Launcher Button icon scaling](#button_scale) (*For legacy GTK2 panelbars only*)
187 …scaling of your launcher buttons to a 16px icon, see [Launcher button icon scaling](#button_scale)*
226 …scaling of your launcher buttons to a 16px icon, see [Launcher button icon scaling](#button_scale)*
304 <a name="button_scale"/>
/dports/deskutils/synapse/synapse-0.2.99.4/src/ui/
H A Dwidgets.vala953 double size = button_scale * int.min (allocation.width, allocation.height) - SIZE * 2;
1001 public double button_scale { get; set; default = 1.0; }
1086 double size = button_scale * int.min (allocation.width, allocation.height) - SIZE * 2;