Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 9 of 9) sorted by relevance

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_text_input_cursor_height_set.c66 GX_TEXT_INPUT_CURSOR *cursor; in control_thread_entry() local
75 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()
/GUIX-v6.4.1/common/src/
Dgx_single_line_text_input_text_rectangle_get.c73 GX_TEXT_INPUT_CURSOR *cursor = &input -> gx_single_line_text_input_cursor_instance; in _gx_single_line_text_input_text_rectangle_get() local
113 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()
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/internal/
Dpsaux.h153 FT_Offset cursor; /* current cursor in memory block */ member
466 FT_Byte* cursor; member
613 FT_Byte* cursor; member
887 FT_Byte* cursor; member
1161 FT_Byte* cursor; member
Dtttypes.h1769 FT_Byte* cursor; member
Dftstream.h288 #define FT_GET_MACRO( type ) FT_NEXT_ ## type ( stream->cursor )
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/
Dftsystem.h339 unsigned char* cursor; member
/GUIX-v6.4.1/test/example_internal/bidi_text_draw_32bpp/
Dreadme_guix_generic.txt109 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
/GUIX-v6.4.1/test/example_internal/ml_text_view_32bpp/
Dreadme_guix_generic.txt109 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
/GUIX-v6.4.1/docs/
Drevision_history.txt13 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