Lines Matching refs:scrollbar

93 UINT  _gx_scrollbar_event_process(GX_SCROLLBAR *scrollbar, GX_EVENT *event_ptr)  in _gx_scrollbar_event_process()  argument
113 rect = scrollbar->gx_widget_size; in _gx_scrollbar_event_process()
115 if (scrollbar->gx_scrollbar_upleft.gx_widget_size.gx_rectangle_left != in _gx_scrollbar_event_process()
116 scrollbar->gx_scrollbar_upleft.gx_widget_size.gx_rectangle_right) in _gx_scrollbar_event_process()
118 if (scrollbar->gx_widget_style & GX_SCROLLBAR_VERTICAL) in _gx_scrollbar_event_process()
120 …rect.gx_rectangle_top = (GX_VALUE)(scrollbar->gx_scrollbar_upleft.gx_widget_size.gx_rectangle_bott… in _gx_scrollbar_event_process()
121 …rect.gx_rectangle_bottom = (GX_VALUE)(scrollbar->gx_scrollbar_downright.gx_widget_size.gx_rectangl… in _gx_scrollbar_event_process()
125 …rect.gx_rectangle_left = (GX_VALUE)(scrollbar->gx_scrollbar_upleft.gx_widget_size.gx_rectangle_rig… in _gx_scrollbar_event_process()
126 …rect.gx_rectangle_right = (GX_VALUE)(scrollbar->gx_scrollbar_downright.gx_widget_size.gx_rectangle… in _gx_scrollbar_event_process()
139 thumb = &scrollbar -> gx_scrollbar_thumb; in _gx_scrollbar_event_process()
157 temp_value = scrollbar -> gx_scrollbar_info.gx_scroll_value; in _gx_scrollbar_event_process()
161 temp_value = temp_value - scrollbar -> gx_scrollbar_info.gx_scroll_increment; in _gx_scrollbar_event_process()
165 …temp_value = scrollbar -> gx_scrollbar_info.gx_scroll_value + scrollbar -> gx_scrollbar_info.gx_sc… in _gx_scrollbar_event_process()
168 _gx_scrollbar_value_set(scrollbar, temp_value); in _gx_scrollbar_event_process()
176 _gx_scrollbar_value_calculate(scrollbar, event_ptr -> gx_event_payload.gx_event_intdata[0], in _gx_scrollbar_event_process()
184 _gx_scrollbar_reset(scrollbar, GX_NULL); in _gx_scrollbar_event_process()
188 status = _gx_widget_event_process((GX_WIDGET *)scrollbar, event_ptr); in _gx_scrollbar_event_process()
191 win = (GX_WINDOW *)scrollbar -> gx_widget_parent; in _gx_scrollbar_event_process()
196 if (scrollbar -> gx_widget_type == GX_TYPE_VERTICAL_SCROLL) in _gx_scrollbar_event_process()
199 _gx_widget_child_clipping_update(scrollbar -> gx_widget_parent); in _gx_scrollbar_event_process()
200 …_gx_widget_type_find(scrollbar -> gx_widget_parent, GX_TYPE_HORIZONTAL_SCROLL, (GX_WIDGET **)&scr… in _gx_scrollbar_event_process()
213 _gx_widget_child_clipping_update(scrollbar -> gx_widget_parent); in _gx_scrollbar_event_process()
214 …_gx_widget_type_find(scrollbar -> gx_widget_parent, GX_TYPE_VERTICAL_SCROLL, (GX_WIDGET **)&scroll… in _gx_scrollbar_event_process()
238 status = _gx_widget_event_process((GX_WIDGET *)scrollbar, event_ptr); in _gx_scrollbar_event_process()
241 if (scrollbar -> gx_scrollbar_appearance.gx_scroll_fill_pixelmap) in _gx_scrollbar_event_process()
243 …if (_gx_widget_transparent_pixelmap_detect((GX_WIDGET *)scrollbar, scrollbar -> gx_scrollbar_appea… in _gx_scrollbar_event_process()
245 scrollbar -> gx_widget_status |= GX_STATUS_TRANSPARENT; in _gx_scrollbar_event_process()
250 win = (GX_WINDOW *) (scrollbar -> gx_widget_parent); in _gx_scrollbar_event_process()
256 if (scrollbar -> gx_widget_type == GX_TYPE_VERTICAL_SCROLL) in _gx_scrollbar_event_process()
260 if (!(scrollbar -> gx_widget_style & GX_STYLE_TRANSPARENT)) in _gx_scrollbar_event_process()
262 …edge = (GX_VALUE)(win -> gx_window_client.gx_rectangle_right - scrollbar -> gx_scrollbar_appearanc… in _gx_scrollbar_event_process()
285 if (!(scrollbar -> gx_widget_style & GX_STYLE_TRANSPARENT)) in _gx_scrollbar_event_process()
287 …edge = (GX_VALUE)(win -> gx_window_client.gx_rectangle_bottom - scrollbar -> gx_scrollbar_appearan… in _gx_scrollbar_event_process()
296 …_gx_widget_type_find(scrollbar -> gx_widget_parent, GX_TYPE_VERTICAL_SCROLL, (GX_WIDGET **)&scroll… in _gx_scrollbar_event_process()
313 _gx_scrollbar_reset(scrollbar, GX_NULL); in _gx_scrollbar_event_process()
319 status = _gx_widget_event_process((GX_WIDGET *)scrollbar, event_ptr); in _gx_scrollbar_event_process()