Searched refs:gx_mouse_cursor_info (Results 1 – 23 of 23) sorted by relevance
81 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_generic_mouse_draw()83 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_generic_mouse_draw()90 …left = (GX_VALUE)(left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_hotsp… in _gx_display_driver_generic_mouse_draw()91 …top = (GX_VALUE)(top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_hotspot… in _gx_display_driver_generic_mouse_draw()
83 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_24xrgb_mouse_capture()88 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_24xrgb_mouse_capture()96 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_24xrgb_mouse_capture()97 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_24xrgb_mouse_capture()
83 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_16bpp_mouse_capture()88 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_16bpp_mouse_capture()96 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_16bpp_mouse_capture()97 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_16bpp_mouse_capture()
83 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_8bpp_mouse_capture()88 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_8bpp_mouse_capture()96 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_8bpp_mouse_capture()97 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_8bpp_mouse_capture()
88 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_1bpp_mouse_capture()91 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_1bpp_mouse_capture()99 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_1bpp_mouse_capture()100 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_1bpp_mouse_capture()
87 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_4bpp_mouse_capture()92 image_id = display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_image_id; in _gx_display_driver_4bpp_mouse_capture()100 …VALUE)(mouse_rect.gx_rectangle_left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_4bpp_mouse_capture()101 …_VALUE)(mouse_rect.gx_rectangle_top - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse… in _gx_display_driver_4bpp_mouse_capture()
73 display -> gx_display_mouse.gx_mouse_cursor_info = info; in _gx_display_driver_generic_mouse_define()
77 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_complete()
78 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_generic_drawing_initiate()
75 if (display->gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_generic_mouse_position_set()
80 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_24xrgb_mouse_restore()
80 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_16bpp_mouse_restore()
80 if(display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_8bpp_mouse_restore()
83 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_1bpp_mouse_restore()
84 if (display -> gx_display_mouse.gx_mouse_cursor_info) in _gx_display_driver_4bpp_mouse_restore()
107 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_monochrome_setup()
111 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_8bit_palette_setup()
108 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_565rgb_setup()
109 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_24xrgb_setup()
106 display -> gx_display_mouse.gx_mouse_cursor_info = GX_NULL; in _gx_display_driver_32argb_setup()
1560 GX_MOUSE_CURSOR_INFO *gx_mouse_cursor_info; member