Home
last modified time | relevance | path

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

/reactos/dll/win32/comdlg32/
H A Ditemdlg.c1242 UINT control_height = ctrl_get_height(ctrl); in ctrl_container_resize() local
1243 max_control_height = max(max_control_height, control_height); in ctrl_container_resize()
1245 total_height += control_height + rspacing; in ctrl_container_resize()
1267 UINT control_height = ctrl_get_height(ctrl); in ctrl_container_resize() local
1269 if(cur_row_pos + control_height > container_height) in ctrl_container_resize()
1280 cur_row_pos += control_height + rspacing; in ctrl_container_resize()
1295 UINT control_height, control_indent; in ctrl_container_resize() local
1297 control_height = rc.bottom - rc.top; in ctrl_container_resize()
1299 if(cur_row_pos + control_height > container_height) in ctrl_container_resize()
1314 cur_row_pos += control_height + rspacing; in ctrl_container_resize()