Home
last modified time | relevance | path

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

/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvaswidget.c461 gdouble width_proportion, height_proportion; in goo_canvas_widget_allocate_area() local
475 width_proportion = allocated_width / requested_width; in goo_canvas_widget_allocate_area()
478 width *= width_proportion; in goo_canvas_widget_allocate_area()
H A Dgoocanvastable.c2143 gdouble width_proportion, height_proportion, min_proportion; in goo_canvas_table_allocate_area() local
2151 width_proportion = allocated_width / requested_width; in goo_canvas_table_allocate_area()
2161 min_proportion = MIN (width_proportion, height_proportion); in goo_canvas_table_allocate_area()
2170 layout_data->allocated_size[HORZ] = layout_data->requested_size[HORZ] * width_proportion; in goo_canvas_table_allocate_area()
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvaswidget.c461 gdouble width_proportion, height_proportion; in goo_canvas_widget_allocate_area() local
475 width_proportion = allocated_width / requested_width; in goo_canvas_widget_allocate_area()
478 width *= width_proportion; in goo_canvas_widget_allocate_area()
H A Dgoocanvastable.c2143 gdouble width_proportion, height_proportion, min_proportion; in goo_canvas_table_allocate_area() local
2151 width_proportion = allocated_width / requested_width; in goo_canvas_table_allocate_area()
2161 min_proportion = MIN (width_proportion, height_proportion); in goo_canvas_table_allocate_area()
2170 layout_data->allocated_size[HORZ] = layout_data->requested_size[HORZ] * width_proportion; in goo_canvas_table_allocate_area()
/dports/graphics/goocanvas/goocanvas-1.0.0/src/
H A Dgoocanvaswidget.c471 gdouble width_proportion, height_proportion; in goo_canvas_widget_allocate_area() local
485 width_proportion = allocated_width / requested_width; in goo_canvas_widget_allocate_area()
488 width *= width_proportion; in goo_canvas_widget_allocate_area()
H A Dgoocanvastable.c2105 gdouble width_proportion, height_proportion, min_proportion; in goo_canvas_table_allocate_area() local
2113 width_proportion = allocated_width / requested_width; in goo_canvas_table_allocate_area()
2123 min_proportion = MIN (width_proportion, height_proportion); in goo_canvas_table_allocate_area()
2132 layout_data->allocated_size[HORZ] = layout_data->requested_size[HORZ] * width_proportion; in goo_canvas_table_allocate_area()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dps2_gfx.c192 float width_proportion = (float)gsGlobal->Width / (float)visible_width; in prim_texture() local
194 float delta = MIN(width_proportion, height_proportion); in prim_texture()
/dports/graphics/elementary-photos/photos-2.7.1/src/photos/
H A DRawSupport.vala253 double width_proportion = (double) scaled.width / (double) full.width;
255 bool half_size = width_proportion < 0.5 && height_proportion < 0.5;
/dports/graphics/shotwell/shotwell-0.30.14/src/photos/
H A DRawSupport.vala239 double width_proportion = (double) scaled.width / (double) full.width;
241 bool half_size = width_proportion < 0.5 && height_proportion < 0.5;