Searched refs:space (Results 1 – 6 of 6) sorted by relevance
88 GX_VALUE space; in _gx_pixelmap_slider_draw() local103 _gx_widget_width_get((GX_WIDGET *)slider, &space); in _gx_pixelmap_slider_draw()104 space = (GX_VALUE)(space - map -> gx_pixelmap_width); in _gx_pixelmap_slider_draw()105 space /= 2; in _gx_pixelmap_slider_draw()107 … fillrect.gx_rectangle_left = (GX_VALUE)(slider -> gx_widget_size.gx_rectangle_left + space); in _gx_pixelmap_slider_draw()118 _gx_widget_height_get((GX_WIDGET *)slider, &space); in _gx_pixelmap_slider_draw()119 space = (GX_VALUE)(space - map -> gx_pixelmap_height); in _gx_pixelmap_slider_draw()120 space /= 2; in _gx_pixelmap_slider_draw()121 … fillrect.gx_rectangle_top = (GX_VALUE)(slider -> gx_widget_size.gx_rectangle_top + space); in _gx_pixelmap_slider_draw()
86 INT space; in _gx_slider_tickmarks_draw() local101 space = (maxtravel - mintravel) / 8; in _gx_slider_tickmarks_draw()105 tickend -= space; in _gx_slider_tickmarks_draw()106 tickstart = mintravel + space; in _gx_slider_tickmarks_draw()112 space = (maxtravel - mintravel) / 8; in _gx_slider_tickmarks_draw()115 tickend = maxtravel - space; in _gx_slider_tickmarks_draw()117 tickstart += space; in _gx_slider_tickmarks_draw()127 space = GX_FIXED_VAL_MAKE(maxtravel - mintravel) / (tickcount - 1); in _gx_slider_tickmarks_draw()145 tickpos += space; in _gx_slider_tickmarks_draw()
81 INT space; in _gx_scrollbar_thumb_position_calculate() local159 space = (travelsize - thumb_length); in _gx_scrollbar_thumb_position_calculate()160 …space *= scroll -> gx_scrollbar_info.gx_scroll_value - scroll -> gx_scrollbar_info.gx_scroll_minim… in _gx_scrollbar_thumb_position_calculate()165 space = (space + (range >> 1)) / range; in _gx_scrollbar_thumb_position_calculate()172 if (space == 0) in _gx_scrollbar_thumb_position_calculate()174 space = 1; in _gx_scrollbar_thumb_position_calculate()176 else if (space == (travelsize - thumb_length)) in _gx_scrollbar_thumb_position_calculate()178 space -= 1; in _gx_scrollbar_thumb_position_calculate()189 … scroll -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min + space); in _gx_scrollbar_thumb_position_calculate()198 … scroll -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min + space); in _gx_scrollbar_thumb_position_calculate()
75 int space; in FileWrite() local80 space = index; in FileWrite()82 while(space < COMMENT_START_COLUMN) in FileWrite()85 space++; in FileWrite()97 space = index; in FileWrite()99 while(space < (COMMENT_END_COLUMN - 1)) in FileWrite()102 space++; in FileWrite()
63 int space = MulDiv(10, GetSystemDPI(), DEFAULT_DPI_96);; in OnCreate() local64 size.left = client.left + space; in OnCreate()65 size.right = client.right - space; in OnCreate()66 size.top = client.top + m_title_bar_height + space; in OnCreate()67 size.bottom = client.bottom - m_status_bar_height - space; in OnCreate()162 int space = (size.Height() - row_height * MAX_RECENT_PROJECTS) / (MAX_RECENT_PROJECTS - 1); in OnCreate() local172 size.OffsetRect(0, row_height + space); in OnCreate()
1989 …ID_HSPACE_EQUALLY "Space selected widgets equally along horizontal axis\nHorizontal space eq…