Home
last modified time | relevance | path

Searched refs:old_cursor_pos (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_multi_line_text_input_mark_home.c85 GX_POINT old_cursor_pos; in _gx_multi_line_text_input_mark_home() local
92 old_cursor_pos = cursor_ptr -> gx_text_input_cursor_pos; in _gx_multi_line_text_input_mark_home()
102 cursor_pos = old_cursor_pos; in _gx_multi_line_text_input_mark_home()
115 …_gx_multi_line_text_input_text_rectangle_get(text_input, old_cursor_pos, cursor_ptr -> gx_text_inp… in _gx_multi_line_text_input_mark_home()
Dgx_multi_line_text_input_mark_end.c85 GX_POINT old_cursor_pos; in _gx_multi_line_text_input_mark_end() local
92 old_cursor_pos = cursor_ptr -> gx_text_input_cursor_pos; in _gx_multi_line_text_input_mark_end()
102 cursor_pos = old_cursor_pos; in _gx_multi_line_text_input_mark_end()
114 …_gx_multi_line_text_input_text_rectangle_get(text_input, old_cursor_pos, cursor_ptr -> gx_text_inp… in _gx_multi_line_text_input_mark_end()
Dgx_single_line_text_input_left_arrow.c93 GX_VALUE old_cursor_pos; in _gx_single_line_text_input_left_arrow() local
116 old_cursor_pos = cursor_pos; in _gx_single_line_text_input_left_arrow()
235 client.gx_rectangle_right = (GX_VALUE)(old_cursor_pos - 1); in _gx_single_line_text_input_left_arrow()
Dgx_single_line_text_input_right_arrow.c93 GX_VALUE old_cursor_pos; in _gx_single_line_text_input_right_arrow() local
110 old_cursor_pos = cursor_ptr -> gx_text_input_cursor_pos.gx_point_x; in _gx_single_line_text_input_right_arrow()
228 client.gx_rectangle_left = old_cursor_pos; in _gx_single_line_text_input_right_arrow()