Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpimagewindow.c1475 gint max_auto_width, max_auto_height; in gimp_image_window_shrink_wrap() local
1552 max_auto_height = (rect.height - border_height) * 0.75; in gimp_image_window_shrink_wrap()
1563 height = ((height + border_height) < rect.height) ? height : max_auto_height; in gimp_image_window_shrink_wrap()
1574 disp_height < max_auto_height)) in gimp_image_window_shrink_wrap()
1577 height = MIN (max_auto_height, height); in gimp_image_window_shrink_wrap()