Lines Matching refs:GX_VALUE
73 UINT _gx_menu_one_level_position(GX_MENU *menu, GX_VALUE indentation) in _gx_menu_one_level_position()
79 GX_VALUE height; in _gx_menu_one_level_position()
80 GX_VALUE width; in _gx_menu_one_level_position()
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()
119 …height = (GX_VALUE)(item -> gx_widget_size.gx_rectangle_bottom - item -> gx_widget_size.gx_rectang… in _gx_menu_one_level_position()
120 …width = (GX_VALUE)(item -> gx_widget_size.gx_rectangle_right - item -> gx_widget_size.gx_rectangle… 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()
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()
212 UINT _gx_menu_position(GX_MENU *menu, GX_VALUE indentation) in _gx_menu_position()