Searched refs:cur_row_pos (Results 1 – 1 of 1) sorted by relevance
1208 UINT cur_col_pos, cur_row_pos; in ctrl_container_resize() local1260 cur_row_pos = 0; in ctrl_container_resize()1269 if(cur_row_pos + control_height > container_height) in ctrl_container_resize()1277 cur_row_pos = 0; in ctrl_container_resize()1280 cur_row_pos += control_height + rspacing; in ctrl_container_resize()1289 cur_col_pos = 0; cur_row_pos = 0; in ctrl_container_resize()1299 if(cur_row_pos + control_height > container_height) in ctrl_container_resize()1301 cur_row_pos = 0; in ctrl_container_resize()1311 SetWindowPos(ctrl->wrapper_hwnd, NULL, cur_col_pos + control_indent, cur_row_pos, 0, 0, in ctrl_container_resize()1314 cur_row_pos += control_height + rspacing; in ctrl_container_resize()[all …]