Searched defs:grub_video_fb_get_video_ptr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dfbutil.c35 grub_video_fb_get_video_ptr (struct grub_video_fbblit_info *source, function
78 color = *(grub_uint32_t *)grub_video_fb_get_video_ptr (source, x, y);
84 ptr = grub_video_fb_get_video_ptr (source, x, y);
91 color = *(grub_uint16_t *)grub_video_fb_get_video_ptr (source, x, y);
95 color = *(grub_uint8_t *)grub_video_fb_get_video_ptr (source, x, y);
125 ptr = (grub_uint32_t *)grub_video_fb_get_video_ptr (source, x, y);
136 ptr = grub_video_fb_get_video_ptr (source, x, y);
149 ptr = (grub_uint16_t *)grub_video_fb_get_video_ptr (source, x, y);
159 ptr = (grub_uint8_t *)grub_video_fb_get_video_ptr (source, x, y);

Completed in 14 milliseconds