Home
last modified time | relevance | path

Searched refs:yshift (Results 1 – 25 of 83) sorted by relevance

1234

/GUIX-v6.2.1/common/src/
Dgx_scroll_wheel_selected_row_calculate.c75 INT yshift; in _gx_scroll_wheel_selected_row_calculate() local
79 yshift = wheel -> gx_scroll_wheel_selected_yshift; in _gx_scroll_wheel_selected_row_calculate()
84 while (yshift > half_row_height) in _gx_scroll_wheel_selected_row_calculate()
87 yshift -= wheel -> gx_scroll_wheel_row_height; in _gx_scroll_wheel_selected_row_calculate()
91 while (yshift < -half_row_height) in _gx_scroll_wheel_selected_row_calculate()
94 yshift += wheel -> gx_scroll_wheel_row_height; in _gx_scroll_wheel_selected_row_calculate()
110 while ((yshift > half_row_height) && in _gx_scroll_wheel_selected_row_calculate()
114 yshift -= wheel -> gx_scroll_wheel_row_height; in _gx_scroll_wheel_selected_row_calculate()
118 while ((yshift < -half_row_height) && in _gx_scroll_wheel_selected_row_calculate()
122 yshift += wheel -> gx_scroll_wheel_row_height; in _gx_scroll_wheel_selected_row_calculate()
[all …]
Dgx_display_driver_8bpp_rotated_block_move.c72 GX_RECTANGLE *block, INT xshift, INT yshift) in _gx_display_driver_8bpp_rotated_block_move() argument
81 GX_SWAP_VALS(xshift, yshift); in _gx_display_driver_8bpp_rotated_block_move()
90 yshift = -yshift; in _gx_display_driver_8bpp_rotated_block_move()
148 if (yshift > 0) in _gx_display_driver_8bpp_rotated_block_move()
156 pGet += (rotated_block.gx_rectangle_bottom - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_8bpp_rotated_block_move()
159 … height = rotated_block.gx_rectangle_bottom - rotated_block.gx_rectangle_top + 1 - yshift; in _gx_display_driver_8bpp_rotated_block_move()
177 pGet += (rotated_block.gx_rectangle_top - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_8bpp_rotated_block_move()
180 … height = rotated_block.gx_rectangle_bottom - rotated_block.gx_rectangle_top + 1 + yshift; in _gx_display_driver_8bpp_rotated_block_move()
Dgx_display_driver_32bpp_rotated_block_move.c72 GX_RECTANGLE *block, INT xshift, INT yshift) in _gx_display_driver_32bpp_rotated_block_move() argument
82 GX_SWAP_VALS(xshift, yshift); in _gx_display_driver_32bpp_rotated_block_move()
91 yshift = -yshift; in _gx_display_driver_32bpp_rotated_block_move()
165 if (yshift > 0) in _gx_display_driver_32bpp_rotated_block_move()
173 pGet += (rotated_block.gx_rectangle_bottom - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_32bpp_rotated_block_move()
176 … height = rotated_block.gx_rectangle_bottom - rotated_block.gx_rectangle_top + 1 - yshift; in _gx_display_driver_32bpp_rotated_block_move()
194 pGet += (rotated_block.gx_rectangle_top - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_32bpp_rotated_block_move()
197 … height = rotated_block.gx_rectangle_bottom - rotated_block.gx_rectangle_top + 1 + yshift; in _gx_display_driver_32bpp_rotated_block_move()
Dgx_display_driver_16bpp_rotated_block_move.c73 GX_RECTANGLE *block, INT xshift, INT yshift) in _gx_display_driver_16bpp_rotated_block_move() argument
83 GX_SWAP_VALS(xshift, yshift); in _gx_display_driver_16bpp_rotated_block_move()
92 yshift = -yshift; in _gx_display_driver_16bpp_rotated_block_move()
168 if (yshift > 0) in _gx_display_driver_16bpp_rotated_block_move()
177 pGet += (rotated_block.gx_rectangle_bottom - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_16bpp_rotated_block_move()
180 … height = rotated_block.gx_rectangle_bottom - rotated_block.gx_rectangle_top + 1 - yshift; in _gx_display_driver_16bpp_rotated_block_move()
199 pGet += (rotated_block.gx_rectangle_top - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_16bpp_rotated_block_move()
202 … height = rotated_block.gx_rectangle_bottom - rotated_block.gx_rectangle_top + 1 + yshift; in _gx_display_driver_16bpp_rotated_block_move()
Dgx_drop_list_draw.c76 …elected_children_draw(GX_DROP_LIST *drop_list, GX_WIDGET *widget, GX_VALUE xshift, GX_VALUE yshift) in _gx_drop_list_selected_children_draw() argument
110 _gx_utility_rectangle_shift(&child -> gx_widget_size, xshift, yshift); in _gx_drop_list_selected_children_draw()
111 _gx_utility_rectangle_shift(&child -> gx_widget_clip, xshift, yshift); in _gx_drop_list_selected_children_draw()
125 _gx_drop_list_selected_children_draw(drop_list, child, xshift, yshift); in _gx_drop_list_selected_children_draw()
191 GX_VALUE yshift; in _gx_drop_list_draw() local
242yshift = (GX_VALUE)((client.gx_rectangle_bottom + client.gx_rectangle_top - size.gx_rectangle_bott… in _gx_drop_list_draw()
269 _gx_drop_list_selected_children_draw(drop_list, selected, xshift, yshift); in _gx_drop_list_draw()
Dgx_display_driver_32bpp_block_move.c73 GX_RECTANGLE *block, INT xshift, INT yshift) in _gx_display_driver_32bpp_block_move() argument
144 if (yshift > 0) in _gx_display_driver_32bpp_block_move()
152 pGet += (block -> gx_rectangle_bottom - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_32bpp_block_move()
155 height = block -> gx_rectangle_bottom - block -> gx_rectangle_top + 1 - yshift; in _gx_display_driver_32bpp_block_move()
173 pGet += (block -> gx_rectangle_top - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_32bpp_block_move()
176 height = block -> gx_rectangle_bottom - block -> gx_rectangle_top + 1 + yshift; in _gx_display_driver_32bpp_block_move()
Dgx_display_driver_8bpp_block_move.c74 GX_RECTANGLE *block, INT xshift, INT yshift) in _gx_display_driver_8bpp_block_move() argument
141 if (yshift > 0) in _gx_display_driver_8bpp_block_move()
149 pGet += (block -> gx_rectangle_bottom - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_8bpp_block_move()
152 height = block -> gx_rectangle_bottom - block -> gx_rectangle_top + 1 - yshift; in _gx_display_driver_8bpp_block_move()
170 pGet += (block -> gx_rectangle_top - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_8bpp_block_move()
173 height = block -> gx_rectangle_bottom - block -> gx_rectangle_top + 1 + yshift; in _gx_display_driver_8bpp_block_move()
Dgx_display_driver_16bpp_block_move.c77 GX_RECTANGLE *block, INT xshift, INT yshift) in _gx_display_driver_16bpp_block_move() argument
156 if (yshift > 0) in _gx_display_driver_16bpp_block_move()
164 pGet += (block -> gx_rectangle_bottom - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_16bpp_block_move()
167 height = block -> gx_rectangle_bottom - block -> gx_rectangle_top + 1 - yshift; in _gx_display_driver_16bpp_block_move()
185 pGet += (block -> gx_rectangle_top - yshift) * context -> gx_draw_context_pitch; in _gx_display_driver_16bpp_block_move()
188 height = block -> gx_rectangle_bottom - block -> gx_rectangle_top + 1 + yshift; in _gx_display_driver_16bpp_block_move()
Dgx_animation_complete.c154 GX_VALUE yshift; in _gx_animation_complete() local
233yshift = (GX_VALUE)(animation -> gx_animation_info.gx_animation_end_position.gx_point_y - in _gx_animation_complete()
236 if (xshift || yshift) in _gx_animation_complete()
241yshift = (GX_VALUE)(animation -> gx_animation_info.gx_animation_end_position.gx_point_y - in _gx_animation_complete()
245 _gx_widget_shift(target, xshift, yshift, GX_TRUE); in _gx_animation_complete()
Dgx_display_driver_4bpp_block_move.c74 GX_RECTANGLE *block, INT xshift, INT yshift) in _gx_display_driver_4bpp_block_move() argument
262 if (yshift > 0) in _gx_display_driver_4bpp_block_move()
269 getrow -= yshift * stride; in _gx_display_driver_4bpp_block_move()
272 height -= yshift; in _gx_display_driver_4bpp_block_move()
332 getrow -= yshift * stride; in _gx_display_driver_4bpp_block_move()
335 height += yshift; in _gx_display_driver_4bpp_block_move()
Dgx_display_driver_1bpp_block_move.c74 GX_RECTANGLE *block, INT xshift, INT yshift) in _gx_display_driver_1bpp_block_move() argument
206 if (yshift > 0) in _gx_display_driver_1bpp_block_move()
213 getrow -= yshift * stride; in _gx_display_driver_1bpp_block_move()
216 height -= yshift; in _gx_display_driver_1bpp_block_move()
271 getrow -= yshift * stride; in _gx_display_driver_1bpp_block_move()
274 height += yshift; in _gx_display_driver_1bpp_block_move()
/GUIX-v6.2.1/samples/demo_guix_shapes/
Dtext_rotation_window.c122 INT *yshift; in ShiftText() local
129 yshift = &yshift_8bpp; in ShiftText()
134 yshift = &yshift_4bpp; in ShiftText()
139 yshift = &yshift_1bpp; in ShiftText()
144 yshift = &yshift_dynamic; in ShiftText()
149 if (*xshift || *yshift) in ShiftText()
151 gx_widget_shift(window, *xshift, *yshift, GX_TRUE); in ShiftText()
167 if (*yshift > 0) in ShiftText()
171 *yshift = -*yshift; in ShiftText()
178 *yshift = -*yshift; in ShiftText()
/GUIX-v6.2.1/test/example_internal/synergy_text_rotation/
Ddemo_synergy_text_rotation.c103 INT *yshift; in RotateAndShift() local
115 yshift = &yshift_8bpp; in RotateAndShift()
120 yshift = &yshift_4bpp; in RotateAndShift()
125 yshift = &yshift_1bpp; in RotateAndShift()
130 yshift = &yshift_dynamic; in RotateAndShift()
136 if (*xshift || *yshift) in RotateAndShift()
138 gx_widget_shift(window, *xshift, *yshift, GX_TRUE); in RotateAndShift()
154 if (*yshift > 0) in RotateAndShift()
158 *yshift = -*yshift; in RotateAndShift()
165 *yshift = -*yshift; in RotateAndShift()
/GUIX-v6.2.1/test/example_internal/text_rotation/
Ddemo_text_rotation.c103 INT *yshift; in RotateAndShift() local
115 yshift = &yshift_8bpp; in RotateAndShift()
120 yshift = &yshift_4bpp; in RotateAndShift()
125 yshift = &yshift_1bpp; in RotateAndShift()
130 yshift = &yshift_dynamic; in RotateAndShift()
136 if (*xshift || *yshift) in RotateAndShift()
138 gx_widget_shift(window, *xshift, *yshift, GX_TRUE); in RotateAndShift()
154 if (*yshift > 0) in RotateAndShift()
158 *yshift = -*yshift; in RotateAndShift()
165 *yshift = -*yshift; in RotateAndShift()
/GUIX-v6.2.1/test/example_internal/glyph_draw_8bpp_screen/
Ddemo_glyph_draw_8bpp.c26 INT yshift; variable
103 yshift = myevent -> gx_event_payload.gx_event_longdata; in main_event_handler()
104 yshift = pre_vslider_value - yshift; in main_event_handler()
107 gx_widget_shift(pHorizontalClip, 0, yshift, GX_TRUE); in main_event_handler()
/GUIX-v6.2.1/test/example_internal/glyph_draw_8bpp_screen_text_colors_16/
Ddemo_glyph_draw_8bpp_screen_text_colors_16.c26 INT yshift; variable
103 yshift = myevent -> gx_event_payload.gx_event_longdata; in main_event_handler()
104 yshift = pre_vslider_value - yshift; in main_event_handler()
107 gx_widget_shift(pHorizontalClip, 0, yshift, GX_TRUE); in main_event_handler()
/GUIX-v6.2.1/test/example_internal/synergy_glyph_draw_16bpp/
Ddemo_synergy_glyph_draw_16bpp.c26 INT yshift; variable
101 yshift = myevent -> gx_event_payload.gx_event_longdata; in main_event_handler()
102 yshift = pre_vslider_value - yshift; in main_event_handler()
105 gx_widget_shift(pHorizontalClip, 0, yshift, GX_TRUE); in main_event_handler()
/GUIX-v6.2.1/test/example_internal/glyph_draw_16bpp_screen/
Ddemo_glyph_draw_16bpp.c26 INT yshift; variable
103 yshift = myevent -> gx_event_payload.gx_event_longdata; in main_event_handler()
104 yshift = pre_vslider_value - yshift; in main_event_handler()
107 gx_widget_shift(pHorizontalClip, 0, yshift, GX_TRUE); in main_event_handler()
/GUIX-v6.2.1/test/example_internal/glyph_draw_32bpp_screen/
Ddemo_glyph_draw_32bpp.c26 INT yshift; variable
103 yshift = myevent -> gx_event_payload.gx_event_longdata; in main_event_handler()
104 yshift = pre_vslider_value - yshift; in main_event_handler()
107 gx_widget_shift(pHorizontalClip, 0, yshift, GX_TRUE); in main_event_handler()
/GUIX-v6.2.1/test/example_internal/synergy_glyph_draw_32bpp/
Ddemo_synergy_glyph_draw_32bpp.c26 INT yshift; variable
100 yshift = myevent->gx_event_payload.gx_event_longdata; in main_event_handler()
101 yshift = pre_vslider_value - yshift; in main_event_handler()
104 gx_widget_shift(pHorizontalClip, 0, yshift, GX_TRUE); in main_event_handler()
/GUIX-v6.2.1/test/example_internal/synergy_glyph_draw_8bpp/
Ddemo_synergy_glyph_draw_8bpp.c26 INT yshift; variable
101 yshift = myevent->gx_event_payload.gx_event_longdata; in main_event_handler()
102 yshift = pre_vslider_value - yshift; in main_event_handler()
105 gx_widget_shift(pHorizontalClip, 0, yshift, GX_TRUE); in main_event_handler()
/GUIX-v6.2.1/test/example_internal/pixelmap_4444argb/
Ddemo_guix_pixelmap_16bpp.c21 INT yshift; variable
107 yshift = myevent ->gx_event_payload.gx_event_longdata; in main_event_handler()
113 gx_widget_shift(pic_window, 0, vertical_slider - yshift, GX_TRUE); in main_event_handler()
114 vertical_slider = yshift; in main_event_handler()
/GUIX-v6.2.1/test/example_internal/pixelmap_16bpp/
Ddemo_guix_pixelmap_16bpp.c21 INT yshift; variable
107 yshift = myevent ->gx_event_payload.gx_event_longdata; in main_event_handler()
113 gx_widget_shift(pic_window, 0, vertical_slider - yshift, GX_TRUE); in main_event_handler()
114 vertical_slider = yshift; in main_event_handler()
/GUIX-v6.2.1/test/example_internal/pixelmap_32bpp/
Ddemo_guix_pixelmap_32bpp.c21 INT yshift; variable
107 yshift = myevent ->gx_event_payload.gx_event_longdata; in main_event_handler()
113 gx_widget_shift(pic_window, 0, vertical_slider - yshift, GX_TRUE); in main_event_handler()
114 vertical_slider = yshift; in main_event_handler()
/GUIX-v6.2.1/test/example_internal/pixelmap_8bpp/
Ddemo_guix_pixelmap_8bpp.c22 INT yshift; variable
108 yshift = myevent ->gx_event_payload.gx_event_longdata; in main_event_handler()
114 gx_widget_shift(pic_window, 0, vertical_slider - yshift, GX_TRUE); in main_event_handler()
115 vertical_slider = yshift; in main_event_handler()

1234