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

/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dbitmap_scale.c48 int dst_width, int dst_height,
68 if (dst_width <= 0 || dst_height <= 0)
77 ret = grub_video_bitmap_create (dst, dst_width, dst_height,
47 grub_video_bitmap_create_scaled(struct grub_video_bitmap **dst, int dst_width, int dst_height, struct grub_video_bitmap *src, enum grub_video_bitmap_scale_method scale_method) argument

Completed in 25 milliseconds