Searched refs:rightoff (Results 1 – 1 of 1) sorted by relevance
98 GX_VALUE rightoff; in _gx_single_line_text_input_backspace() local170 rightoff = (GX_VALUE)(x_pos + text_width - (client.gx_rectangle_right - 1)); in _gx_single_line_text_input_backspace()172 if ((leftoff > delete_char_width) || (rightoff == 0)) in _gx_single_line_text_input_backspace()181 else if ((leftoff == 0) && (rightoff > delete_char_width)) in _gx_single_line_text_input_backspace()192 rightoff = (GX_VALUE)(rightoff - (delete_char_width - leftoff)); in _gx_single_line_text_input_backspace()194 if (rightoff > 0) in _gx_single_line_text_input_backspace()201 …e_line_text_input_xoffset = (GX_VALUE)(text_input -> gx_single_line_text_input_xoffset - rightoff); in _gx_single_line_text_input_backspace()202 …t_x = (GX_VALUE)(cursor_ptr -> gx_text_input_cursor_pos.gx_point_x - delete_char_width - rightoff); in _gx_single_line_text_input_backspace()