Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_object_box.c685 int req_w, global_pad, remaining, top_h = 0, totalminw = 0; in _evas_box_layout_horizontal() local
711 totalminw = req_w; in _evas_box_layout_horizontal()
726 if (minw > 0) totalminw += minw + padding_l + padding_r; in _evas_box_layout_horizontal()
790 evas_object_size_hint_min_set(o, totalminw, top_h); in _evas_box_layout_horizontal()