Home
last modified time | relevance | path

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

/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-utils.h65 rs_constrain_to_bounding_box(gint target_width, gint target_height, gint *width, gint *height);
H A Drs-utils.c127 rs_constrain_to_bounding_box(gint target_width, gint target_height, gint *width, gint *height) in rs_constrain_to_bounding_box() function
/dports/graphics/rawstudio/rawstudio-2.0/plugins/meta-raf/
H A Draf-meta.c96 rs_constrain_to_bounding_box(128, 128, &width, &height); in rs_raf_load_thumb()
/dports/graphics/rawstudio/rawstudio-2.0/plugins/resample/
H A Dresample.c250rs_constrain_to_bounding_box(resample->target_width, resample->target_height, &new_width, &new_hei… in recalculate_dimensions()