Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_object_table.c342 Evas_Coord child_minw, child_minh, cell_minw, cell_minh; in _evas_object_table_calculate_hints_homogeneous() local
355 cell_minw = (child_minw + opt->colspan - 1) / opt->colspan; in _evas_object_table_calculate_hints_homogeneous()
390 if (minw < cell_minw) in _evas_object_table_calculate_hints_homogeneous()
391 minw = cell_minw; in _evas_object_table_calculate_hints_homogeneous()