Home
last modified time | relevance | path

Searched refs:start_pos (Results 1 – 18 of 18) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_display_driver_8bpp_horizontal_pixelmap_line_draw.c172 INT start_pos; in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend() local
191 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend()
194 while (start_pos <= xend) in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend()
196 xval = start_pos; in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend()
201 while (xval < start_pos + pixelmap -> gx_pixelmap_width) in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend()
231 start_pos += pixelmap -> gx_pixelmap_width; in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend()
414 INT start_pos; in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_alpha_blend() local
433 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_alpha_blend()
436 while (start_pos <= xend) in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_alpha_blend()
438 xval = start_pos; in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_alpha_blend()
[all …]
Dgx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c256 INT start_pos; in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend() local
270 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend()
273 while (start_pos <= xend) in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend()
275 xval = start_pos; in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend()
281 while (xval < start_pos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend()
312 start_pos += pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend()
395 INT start_pos; in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_blend() local
406 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_blend()
409 while (start_pos <= xend) in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_blend()
411 xval = start_pos; in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_blend()
[all …]
Dgx_display_driver_32bpp_horizontal_pixelmap_line_draw.c255 INT start_pos; in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_blend() local
269 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_blend()
272 while (start_pos <= xend) in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_blend()
274 xval = start_pos; in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_blend()
280 while (xval < start_pos + pixelmap -> gx_pixelmap_width) in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_blend()
311 start_pos += pixelmap -> gx_pixelmap_width; in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_blend()
394 INT start_pos; in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_alpha_blend() local
405 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_alpha_blend()
408 while (start_pos <= xend) in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_alpha_blend()
410 xval = start_pos; in _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_alpha_blend()
[all …]
Dgx_display_driver_4444argb_horizontal_pixelmap_line_draw.c269 INT start_pos; in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_blend() local
288 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_blend()
291 while (start_pos <= xend) in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_blend()
293 xval = start_pos; in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_blend()
297 while (xval < start_pos + pixelmap -> gx_pixelmap_width) in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_blend()
337 start_pos += pixelmap -> gx_pixelmap_width; in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_blend()
419 INT start_pos; in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_blend() local
437 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_blend()
440 while (start_pos <= xend) in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_blend()
442 xval = start_pos; in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_blend()
[all …]
Dgx_animation_drag_tracking.c88 GX_VALUE start_pos; in _gx_animation_drag_tracking() local
126 start_pos = animation -> gx_animation_slide_tracking_start_pos; in _gx_animation_drag_tracking()
128 …(animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_LEFT) && (pen_pos > start_pos)) || in _gx_animation_drag_tracking()
129 …animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_RIGHT) && (pen_pos < start_pos)) || in _gx_animation_drag_tracking()
130 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP) && (pen_pos > start_pos)) || in _gx_animation_drag_tracking()
131 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_DOWN) && (pen_pos < start_pos))) in _gx_animation_drag_tracking()
160 shift_y = (GX_VALUE)(start_pos - last_pos); in _gx_animation_drag_tracking()
161 delta_y = (GX_VALUE)(pen_pos - start_pos); in _gx_animation_drag_tracking()
165 shift_x = (GX_VALUE)(start_pos - last_pos); in _gx_animation_drag_tracking()
166 delta_x = (GX_VALUE)(pen_pos - start_pos); in _gx_animation_drag_tracking()
Dgx_display_driver_565rgb_horizontal_pixelmap_line_draw.c282 INT start_pos; in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend() local
300 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend()
302 while (start_pos <= xend) in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend()
304 xval = start_pos; in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend()
309 while (xval < start_pos + pixelmap -> gx_pixelmap_width) in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend()
339 start_pos += pixelmap -> gx_pixelmap_width; in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend()
420 INT start_pos; in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_alpha_blend() local
440 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_alpha_blend()
442 while (start_pos <= xend) in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_alpha_blend()
444 xval = start_pos; in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_alpha_blend()
[all …]
Dgx_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c264 INT start_pos; in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend() local
278 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend()
280 while (start_pos <= xend) in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend()
282 xval = start_pos; in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend()
287 while (xval < start_pos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend()
317 start_pos += pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend()
396 INT start_pos; in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_blend() local
411 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_blend()
413 while (start_pos <= xend) in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_blend()
415 xval = start_pos; in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_blend()
[all …]
Dgx_display_driver_8bpp_rotated_horizontal_pixelmap_line_draw.c156 INT start_pos; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write() local
169 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write()
172 put += y * context -> gx_draw_context_pitch + start_pos; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write()
175 while (start_pos <= xend) in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write()
177 xval = start_pos; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write()
182 while (xval < start_pos + pixelmap -> gx_pixelmap_width) in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write()
214 start_pos += pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write()
380 INT start_pos; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_transparent_write() local
393 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_transparent_write()
396 put += y * context -> gx_draw_context_pitch + start_pos; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_transparent_write()
[all …]
Dgx_multi_line_text_input_highlight_rectangle_get.c81 GX_POINT start_pos; in _gx_multi_line_text_input_highlight_rectangle_get() local
111 start_pos.gx_point_x = input -> gx_widget_size.gx_rectangle_left; in _gx_multi_line_text_input_highlight_rectangle_get()
112 start_pos.gx_point_y = input -> gx_widget_size.gx_rectangle_top; in _gx_multi_line_text_input_highlight_rectangle_get()
116 start_pos.gx_point_x = input -> gx_widget_size.gx_rectangle_left; in _gx_multi_line_text_input_highlight_rectangle_get()
117 start_pos.gx_point_y = input -> gx_widget_size.gx_rectangle_bottom; in _gx_multi_line_text_input_highlight_rectangle_get()
126 start_pos = cursor_ptr -> gx_text_input_cursor_pos; in _gx_multi_line_text_input_highlight_rectangle_get()
133 …_gx_multi_line_text_input_text_rectangle_get(input, start_pos, cursor_ptr -> gx_text_input_cursor_… in _gx_multi_line_text_input_highlight_rectangle_get()
Dgx_display_driver_4bpp_horizontal_pixelmap_line_draw.c327 INT start_pos; in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_write() local
344 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_write()
358 while (start_pos <= xend) in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_write()
360 xval = start_pos; in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_write()
367 while (xval < start_pos + pixelmap -> gx_pixelmap_width) in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_write()
442 start_pos += pixelmap -> gx_pixelmap_width; in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_write()
541 INT start_pos; in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_transparent_write() local
557 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_transparent_write()
560 put += y * ((context -> gx_draw_context_pitch + 1) >> 1) + (start_pos >> 1); in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_transparent_write()
562 if (start_pos & 0x01) in _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_transparent_write()
[all …]
Dgx_display_driver_1bpp_horizontal_pixelmap_line_draw.c303 INT start_pos; in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_write() local
317 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_write()
325 while (start_pos <= xend) in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_write()
327 xval = start_pos; in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_write()
332 while (xval < start_pos + pixelmap -> gx_pixelmap_width) in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_write()
390 start_pos += pixelmap -> gx_pixelmap_width; in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_write()
466 INT start_pos; in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_transparent_write() local
480 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_transparent_write()
488 while (start_pos <= xend) in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_transparent_write()
490 xval = start_pos; in _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_transparent_write()
[all …]
Dgx_multi_line_text_input_char_remove.c80 UINT _gx_multi_line_text_input_char_remove(GX_MULTI_LINE_TEXT_INPUT *text_input, UINT start_pos, UI… in _gx_multi_line_text_input_char_remove() argument
87 …memmove(input_buffer + start_pos, input_buffer + start_pos + del_bytes, string_size - start_pos - … in _gx_multi_line_text_input_char_remove()
Dgx_multi_line_text_input_mark_previous.c98 GX_POINT start_pos; in _gx_multi_line_text_input_mark_previous() local
133 start_pos = cursor_ptr -> gx_text_input_cursor_pos; in _gx_multi_line_text_input_mark_previous()
144 _gx_multi_line_text_input_text_rectangle_get(text_input, start_pos, end_pos, &cur_rect); in _gx_multi_line_text_input_mark_previous()
Dgx_multi_line_text_input_mark_next.c91 GX_POINT start_pos; in _gx_multi_line_text_input_mark_next() local
123 start_pos = text_input -> gx_multi_line_text_input_cursor_instance.gx_text_input_cursor_pos; in _gx_multi_line_text_input_mark_next()
135 _gx_multi_line_text_input_text_rectangle_get(text_input, start_pos, end_pos, &cur_rect); in _gx_multi_line_text_input_mark_next()
Dgx_multi_line_text_input_event_process.c201 GX_POINT start_pos; in _gx_multi_line_text_input_pen_drag_process() local
222 start_pos = cursor_ptr -> gx_text_input_cursor_pos; in _gx_multi_line_text_input_pen_drag_process()
284 start_pos, in _gx_multi_line_text_input_pen_drag_process()
/GUIX-v6.2.1/ports/win32/src/renesas/
Dgx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c77 INT start_pos; in _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write() local
90 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write()
93 put += y * context -> gx_draw_context_pitch + start_pos; in _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write()
96 while (start_pos <= xend) in _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write()
98 xval = start_pos; in _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write()
103 while (xval < start_pos + pixelmap -> gx_pixelmap_width) in _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write()
138 start_pos += pixelmap -> gx_pixelmap_width; in _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write()
Dgx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c78 INT start_pos; in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write() local
113 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write()
116 put += y * context -> gx_draw_context_pitch + start_pos; in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write()
119 while (start_pos <= xend) in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write()
121 xval = start_pos; in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write()
126 while (xval < start_pos + pixelmap -> gx_pixelmap_height) in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write()
163 start_pos += pixelmap -> gx_pixelmap_height; in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write()
Dgx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c79 INT start_pos; in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write() local
112 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_width); in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write()
115 while (start_pos <= xend) in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write()
117 xval = start_pos; in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write()
122 while (xval < start_pos + pixelmap -> gx_pixelmap_width) in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write()
181 start_pos += pixelmap -> gx_pixelmap_width; in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write()