| /GUIX-v6.2.1/common/src/ |
| D | gx_display_driver_8bpp_horizontal_pixelmap_line_draw.c | 172 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 …]
|
| D | gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c | 256 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 …]
|
| D | gx_display_driver_32bpp_horizontal_pixelmap_line_draw.c | 255 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 …]
|
| D | gx_display_driver_4444argb_horizontal_pixelmap_line_draw.c | 269 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 …]
|
| D | gx_animation_drag_tracking.c | 88 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()
|
| D | gx_display_driver_565rgb_horizontal_pixelmap_line_draw.c | 282 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 …]
|
| D | gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c | 264 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 …]
|
| D | gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_draw.c | 156 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 …]
|
| D | gx_multi_line_text_input_highlight_rectangle_get.c | 81 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()
|
| D | gx_display_driver_4bpp_horizontal_pixelmap_line_draw.c | 327 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 …]
|
| D | gx_display_driver_1bpp_horizontal_pixelmap_line_draw.c | 303 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 …]
|
| D | gx_multi_line_text_input_char_remove.c | 80 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()
|
| D | gx_multi_line_text_input_mark_previous.c | 98 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()
|
| D | gx_multi_line_text_input_mark_next.c | 91 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()
|
| D | gx_multi_line_text_input_event_process.c | 201 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/ |
| D | gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c | 77 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()
|
| D | gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c | 78 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()
|
| D | gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c | 79 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()
|