Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_object_box.c1442 …nfo_collect(Evas_Object_Box_Data *priv, int box_h, int *col_count, int *col_max_w, int *col_break,… in _evas_object_box_layout_flow_vertical_col_info_collect() argument
1484 col_max_w[n_cols] = max_w; in _evas_object_box_layout_flow_vertical_col_info_collect()
1501 col_max_w[n_cols] = max_w; in _evas_object_box_layout_flow_vertical_col_info_collect()
1519 int *col_max_w; in _evas_box_layout_flow_vertical() local
1532 col_max_w = (int *)alloca(sizeof(int) * n_children); in _evas_box_layout_flow_vertical()
1541 (priv, h, &col_count, col_max_w, col_break, col_height, &offset_x, &max_w, &min_h); in _evas_box_layout_flow_vertical()
1592 x_remain = col_max_w[c] - child_w; in _evas_box_layout_flow_vertical()
1612 min_w += col_max_w[c]; in _evas_box_layout_flow_vertical()
1613 x += col_max_w[c] + inc_x; in _evas_box_layout_flow_vertical()