Home
last modified time | relevance | path

Searched refs:gx_mouse_cursor_image_id (Results 1 – 8 of 8) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_display_driver_generic_mouse_draw.c82 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_generic_mouse_draw()
Dgx_display_driver_16bpp_mouse_capture.c87 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_16bpp_mouse_capture()
Dgx_display_driver_8bpp_mouse_capture.c87 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_8bpp_mouse_capture()
Dgx_display_driver_24xrgb_mouse_capture.c87 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_24xrgb_mouse_capture()
Dgx_display_driver_4bpp_mouse_capture.c91 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_4bpp_mouse_capture()
Dgx_display_driver_1bpp_mouse_capture.c90 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_1bpp_mouse_capture()
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Ddemo_guix_medical_mouse_support.c83 mouse_cursor.gx_mouse_cursor_image_id = GX_PIXELMAP_ID_MOUSE; in start_guix()
/GUIX-v6.2.1/common/inc/
Dgx_api.h1573 GX_RESOURCE_ID gx_mouse_cursor_image_id; member