Lines Matching refs:size
78 GX_RECTANGLE size; in _gx_menu_one_level_position() local
84 size.gx_rectangle_left = (GX_VALUE)(menu_size -> gx_rectangle_left + indentation); in _gx_menu_one_level_position()
85 size.gx_rectangle_right = (GX_VALUE)(menu_size -> gx_rectangle_right); in _gx_menu_one_level_position()
86 size.gx_rectangle_top = (GX_VALUE)(menu_size -> gx_rectangle_bottom + 1); in _gx_menu_one_level_position()
87 size.gx_rectangle_bottom = (GX_VALUE)(size.gx_rectangle_top - 1); in _gx_menu_one_level_position()
90 _gx_widget_resize(list, &size); in _gx_menu_one_level_position()
108 size.gx_rectangle_bottom = menu_size -> gx_rectangle_bottom; in _gx_menu_one_level_position()
127 size.gx_rectangle_top = (GX_VALUE)(size.gx_rectangle_bottom + 1); in _gx_menu_one_level_position()
128 size.gx_rectangle_bottom = (GX_VALUE)(size.gx_rectangle_top + height - 1); in _gx_menu_one_level_position()
129 size.gx_rectangle_right = (GX_VALUE)(size.gx_rectangle_left + width - 1); in _gx_menu_one_level_position()
131 _gx_widget_resize(item, &size); in _gx_menu_one_level_position()
140 … (GX_VALUE)(size.gx_rectangle_left + indentation - item_list -> gx_widget_size.gx_rectangle_left), in _gx_menu_one_level_position()
141 …(GX_VALUE)(size.gx_rectangle_bottom + 1 - item_list -> gx_widget_size.gx_rectangle_top), GX_FALSE); in _gx_menu_one_level_position()
143 … height = (GX_VALUE)(item_list -> gx_widget_size.gx_rectangle_bottom - size.gx_rectangle_top + 1); in _gx_menu_one_level_position()
144 … width = (GX_VALUE)(item_list -> gx_widget_size.gx_rectangle_right - size.gx_rectangle_left + 1); in _gx_menu_one_level_position()
157 size.gx_rectangle_bottom = (GX_VALUE)(size.gx_rectangle_top + height - 1); in _gx_menu_one_level_position()
164 size.gx_rectangle_top = (GX_VALUE)(menu_size -> gx_rectangle_bottom + 1); in _gx_menu_one_level_position()
165 size.gx_rectangle_right = (GX_VALUE)(size.gx_rectangle_left + max_width - 1); in _gx_menu_one_level_position()
166 _gx_widget_resize(list, &size); in _gx_menu_one_level_position()