Searched refs:old_cursor_pos (Results 1 – 4 of 4) sorted by relevance
85 GX_POINT old_cursor_pos; in _gx_multi_line_text_input_mark_home() local92 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()
85 GX_POINT old_cursor_pos; in _gx_multi_line_text_input_mark_end() local92 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()
93 GX_VALUE old_cursor_pos; in _gx_single_line_text_input_left_arrow() local116 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()
93 GX_VALUE old_cursor_pos; in _gx_single_line_text_input_right_arrow() local110 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()