Home
last modified time | relevance | path

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

/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dexport.c60 uint32_t max_allowed_width , max_allowed_height; member
731 if(width > d->max_allowed_width || height > d->max_allowed_height) in _validate_dimensions()
733 width = width > d->max_allowed_width ? dt_conf_get_int(CONFIG_PREFIX "width") : width; in _validate_dimensions()
743 d->max_allowed_width = max_w > 0 ? max_w : EXPORT_MAX_IMAGE_SIZE; in _update_dimensions()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dexport.c60 uint32_t max_allowed_width , max_allowed_height; member
722 if(width > d->max_allowed_width || height > d->max_allowed_height) in _validate_dimensions()
724 width = width > d->max_allowed_width ? dt_conf_get_int(CONFIG_PREFIX "width") : width; in _validate_dimensions()
734 d->max_allowed_width = max_w > 0 ? max_w : EXPORT_MAX_IMAGE_SIZE; in _update_dimensions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dcros_display_config.cc425 const int max_allowed_width = in ValidateDisplayProperties() local
431 if (current_width / properties.display_zoom_factor > max_allowed_width || in ValidateDisplayProperties()