Searched refs:thumb (Results 1 – 8 of 8) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_scroll_thumb_event_process.c | 83 UINT _gx_scroll_thumb_event_process(GX_SCROLL_THUMB *thumb, GX_EVENT *event_ptr) in _gx_scroll_thumb_event_process() argument 86 GX_WIDGET *widget = (GX_WIDGET *)thumb; in _gx_scroll_thumb_event_process() 100 if (thumb -> gx_scroll_thumb_pixelmap) in _gx_scroll_thumb_event_process() 102 if (_gx_widget_transparent_pixelmap_detect(widget, thumb -> gx_scroll_thumb_pixelmap)) in _gx_scroll_thumb_event_process() 112 thumb -> gx_scroll_thumb_drag_mode = GX_TRUE; in _gx_scroll_thumb_event_process() 116 … thumb -> gx_scroll_thumb_start_drag = event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_y; in _gx_scroll_thumb_event_process() 120 … thumb -> gx_scroll_thumb_start_drag = event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_x; in _gx_scroll_thumb_event_process() 132 if (thumb -> gx_widget_style & GX_SCROLLBAR_VERTICAL) in _gx_scroll_thumb_event_process() 134 …if (event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_y != thumb -> gx_scroll_thumb_start_… in _gx_scroll_thumb_event_process() 136 …shift = event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_y - thumb -> gx_scroll_thumb_sta… in _gx_scroll_thumb_event_process() [all …]
|
| D | gx_scroll_thumb_shift_limit.c | 75 INT _gx_scroll_thumb_shift_limit(GX_SCROLL_THUMB *thumb, INT shift) in _gx_scroll_thumb_shift_limit() argument 86 style = thumb -> gx_widget_style; in _gx_scroll_thumb_shift_limit() 89 parent = thumb -> gx_widget_parent; in _gx_scroll_thumb_shift_limit() 102 shiftpos = thumb -> gx_widget_size.gx_rectangle_bottom + shift; in _gx_scroll_thumb_shift_limit() 105 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_bottom; in _gx_scroll_thumb_shift_limit() 111 shiftpos = thumb -> gx_widget_size.gx_rectangle_top + shift; in _gx_scroll_thumb_shift_limit() 114 shift = minlimit - thumb -> gx_widget_size.gx_rectangle_top; in _gx_scroll_thumb_shift_limit() 126 shiftpos = thumb -> gx_widget_size.gx_rectangle_right + shift; in _gx_scroll_thumb_shift_limit() 129 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_right; in _gx_scroll_thumb_shift_limit() 135 shiftpos = thumb -> gx_widget_size.gx_rectangle_left + shift; in _gx_scroll_thumb_shift_limit() [all …]
|
| D | gx_scroll_thumb_draw.c | 77 VOID _gx_scroll_thumb_draw(GX_SCROLL_THUMB *thumb) in _gx_scroll_thumb_draw() argument 79 GX_WIDGET *widget = (GX_WIDGET *)thumb; in _gx_scroll_thumb_draw() 86 if (thumb -> gx_scroll_thumb_pixelmap) in _gx_scroll_thumb_draw() 88 _gx_context_pixelmap_get(thumb -> gx_scroll_thumb_pixelmap, &map); in _gx_scroll_thumb_draw() 105 _gx_widget_border_draw(widget, thumb -> gx_scroll_thumb_border_color, in _gx_scroll_thumb_draw()
|
| D | gx_scrollbar_event_process.c | 100 GX_SCROLL_THUMB *thumb; in _gx_scrollbar_event_process() local 139 thumb = &scrollbar -> gx_scrollbar_thumb; in _gx_scrollbar_event_process() 141 _gx_utility_rectangle_center_find(&thumb -> gx_widget_size, in _gx_scrollbar_event_process() 145 thumb -> gx_widget_event_process_function((GX_WIDGET *)thumb, event_ptr); in _gx_scrollbar_event_process() 150 thumb -> gx_widget_event_process_function((GX_WIDGET *)thumb, &newevent); in _gx_scrollbar_event_process()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_scrollbar.h | 76 INT _gx_scroll_thumb_shift_limit(GX_SCROLL_THUMB *thumb, INT shift);
|
| /GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/ |
| D | readme_guix_generic.txt | 278 …lbar_create.c Use scrollbar_appearance thumb button color when … 287 ….c Use gx_scroll_thumb_color when creating thumb button. 288 …b_draw.c Fixed internal logic in drawing scroll thumb. 293 …ition_calculate.c Modified to correctly apply thumb width and height p…
|
| /GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/ |
| D | readme_guix_generic.txt | 278 …lbar_create.c Use scrollbar_appearance thumb button color when … 287 ….c Use gx_scroll_thumb_color when creating thumb button. 288 …b_draw.c Fixed internal logic in drawing scroll thumb. 293 …ition_calculate.c Modified to correctly apply thumb width and height p…
|
| /GUIX-v6.2.1/docs/ |
| D | revision_history.txt | 946 …lbar_create.c Use scrollbar_appearance thumb button color when … 955 ….c Use gx_scroll_thumb_color when creating thumb button. 956 …b_draw.c Fixed internal logic in drawing scroll thumb. 961 …ition_calculate.c Modified to correctly apply thumb width and height p…
|