Searched refs:cur_width (Results 1 – 1 of 1) sorted by relevance
78 GX_VALUE cur_width; in _gx_text_input_cursor_dirty_rectangle_get() local81 cur_width = cursor_ptr -> gx_text_input_cursor_width; in _gx_text_input_cursor_dirty_rectangle_get()83 …_rectangle_left = (GX_VALUE)(cursor_ptr -> gx_text_input_cursor_pos.gx_point_x - (cur_width >> 1)); in _gx_text_input_cursor_dirty_rectangle_get()84 dirty_rect -> gx_rectangle_right = (GX_VALUE)(dirty_rect -> gx_rectangle_left + cur_width - 1); in _gx_text_input_cursor_dirty_rectangle_get()