Searched refs:cursor (Results 1 – 9 of 9) sorted by relevance
66 GX_TEXT_INPUT_CURSOR *cursor; in control_thread_entry() local75 cursor = &text_screen.text_screen_text_input_1.gx_single_line_text_input_cursor_instance; in control_thread_entry()78 gx_text_input_cursor_height_set(cursor, 5); in control_thread_entry()86 gx_text_input_cursor_height_set(cursor, -5); in control_thread_entry()
73 GX_TEXT_INPUT_CURSOR *cursor = &input -> gx_single_line_text_input_cursor_instance; in _gx_single_line_text_input_text_rectangle_get() local113 rect -> gx_rectangle_left = cursor -> gx_text_input_cursor_pos.gx_point_x; in _gx_single_line_text_input_text_rectangle_get()118 rect -> gx_rectangle_right = (GX_VALUE)(cursor -> gx_text_input_cursor_pos.gx_point_x - 1); in _gx_single_line_text_input_text_rectangle_get()
153 FT_Offset cursor; /* current cursor in memory block */ member466 FT_Byte* cursor; member613 FT_Byte* cursor; member887 FT_Byte* cursor; member1161 FT_Byte* cursor; member
1769 FT_Byte* cursor; member
288 #define FT_GET_MACRO( type ) FT_NEXT_ ## type ( stream->cursor )
339 unsigned char* cursor; member
109 gx_text_input_cursor_draw.c Change logic to determine cursor start and end points.641 modified gx_api.h: Added new GX_MULTI_LINE_TEXT_BUTTON widget, modified text input cursor definitio…666 modified gx_multi_line_text_input.h to change prototypes for cursor control functions.670 modified gx_multi_line_text_input_create.c to make cursor control a member of text input control bl…675 modfied gx_multi_line_text_input_draw to change cursor drawing.677 modified gx_multi_line_text_input_event_process.c to support cursor drawing changes.692 modified gx_single_line_text_input.h to accommodate new cursor control API
13 Add new API to access cursor position of text input widgets.397 The following files are added to support software mouse cursor:604 The following files are modified to support software mouse cursor:777 gx_text_input_cursor_draw.c Change logic to determine cursor start and end points.1309 modified gx_api.h: Added new GX_MULTI_LINE_TEXT_BUTTON widget, modified text input cursor definitio…1334 modified gx_multi_line_text_input.h to change prototypes for cursor control functions.1349 modified gx_single_line_text_input.h to accommodate new cursor control API