Searched refs:gx_mouse_cursor_info (Results 1 – 23 of 23) sorted by relevance
80 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_generic_mouse_draw()82 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_generic_mouse_draw()89 …left = (GX_VALUE)(left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_hotsp… in _gx_display_driver_generic_mouse_draw()90 …top = (GX_VALUE)(top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_hotspot… in _gx_display_driver_generic_mouse_draw()
82 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_16bpp_mouse_capture()87 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_16bpp_mouse_capture()95 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_16bpp_mouse_capture()96 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_16bpp_mouse_capture()
82 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_8bpp_mouse_capture()87 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_8bpp_mouse_capture()95 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_8bpp_mouse_capture()96 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_8bpp_mouse_capture()
82 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_24xrgb_mouse_capture()87 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_24xrgb_mouse_capture()95 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_24xrgb_mouse_capture()96 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_24xrgb_mouse_capture()
86 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_4bpp_mouse_capture()91 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_4bpp_mouse_capture()99 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_4bpp_mouse_capture()100 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_4bpp_mouse_capture()
87 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_1bpp_mouse_capture()90 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_1bpp_mouse_capture()98 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_1bpp_mouse_capture()99 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_1bpp_mouse_capture()
72 display -> gx_display_mouse.gx_mouse_cursor_info = info; in _gx_display_driver_generic_mouse_define()
76 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_generic_drawing_complete()
87 mouse_info = display -> gx_display_mouse.gx_mouse_cursor_info; in _gx_canvas_mouse_show()
77 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_generic_drawing_initiate()
74 if (display->gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_generic_mouse_position_set()
79 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_16bpp_mouse_restore()
79 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_8bpp_mouse_restore()
79 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_24xrgb_mouse_restore()
82 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_1bpp_mouse_restore()
83 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_4bpp_mouse_restore()
106 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_monochrome_setup()
105 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_32argb_setup()
108 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_4bpp_grayscale_setup()
107 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_565rgb_setup()
110 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_8bit_palette_setup()
106 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_24xrgb_setup()
1580 GX_MOUSE_CURSOR_INFO *gx_mouse_cursor_info; member