Searched refs:height (Results 1 - 25 of 77) sorted by relevance

1234

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfbfill.h29 /* Copy of the screen's mode info structure, except that width, height and
38 unsigned int height; member in struct:grub_video_fbrender_target::__anon768
53 int width, int height);
58 int width, int height);
63 int width, int height);
68 int width, int height);
73 int width, int height);
H A Dfbblit.h30 int x, int y, int width, int height,
36 int x, int y, int width, int height,
42 int x, int y, int width, int height,
49 int width, int height,
56 int width, int height,
63 int width, int height,
70 int width, int height,
77 int width, int height,
84 int width, int height,
90 int x, int y, int width, int height,
[all...]
H A Dgfxterm.h29 int x, int y, int width, int height,
34 int width, int height);
H A Dvideo_fb.h53 unsigned int width, unsigned int height);
56 unsigned int *width, unsigned int *height);
82 unsigned int width, unsigned int height);
88 unsigned int width, unsigned int height);
94 unsigned int width, unsigned int height);
101 unsigned int width, unsigned int height,
H A Dicon_manager.h35 int width, int height);
H A Dvideo.h124 unsigned int height; member in struct:grub_video_mode_info
192 unsigned height; member in struct:grub_video_rect
201 unsigned height; member in struct:grub_video_signed_rect
314 grub_err_t (*setup) (unsigned int width, unsigned int height,
330 unsigned int width, unsigned int height);
333 unsigned int *width, unsigned int *height);
348 unsigned int width, unsigned int height);
353 unsigned int width, unsigned int height);
358 unsigned int width, unsigned int height);
365 unsigned int width, unsigned int height,
[all...]
H A Dgfxwidgets.h38 int width, int height);
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dvesa_modes_table.h11 grub_uint16_t height; member in struct:grub_vesa_mode_table_entry
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dvideo_fb.c159 unsigned int width, unsigned int height)
169 if (y > framebuffer.render_target->mode_info.height)
172 height = 0;
178 if (y + height > framebuffer.render_target->mode_info.height)
179 height = framebuffer.render_target->mode_info.height - y;
184 framebuffer.render_target->viewport.height = height;
191 unsigned int *width, unsigned int *height)
158 grub_video_fb_set_viewport(unsigned int x, unsigned int y, unsigned int width, unsigned int height) argument
190 grub_video_fb_get_viewport(unsigned int *x, unsigned int *y, unsigned int *width, unsigned int *height) argument
439 dirty(int y, int height) argument
450 grub_video_fb_fill_rect(grub_video_color_t color, int x, int y, unsigned int width, unsigned int height) argument
536 common_blitter(struct grub_video_fbblit_info *target, struct grub_video_fbblit_info *source, enum grub_video_blit_operators oper, int x, int y, unsigned int width, unsigned int height, int offset_x, int offset_y) argument
808 grub_video_fb_blit_bitmap(struct grub_video_bitmap *bitmap, enum grub_video_blit_operators oper, int x, int y, int offset_x, int offset_y, unsigned int width, unsigned int height) argument
899 grub_video_fb_blit_render_target(struct grub_video_fbrender_target *source, enum grub_video_blit_operators oper, int x, int y, int offset_x, int offset_y, unsigned int width, unsigned int height) argument
993 int height; local
1152 grub_video_fb_create_render_target(struct grub_video_fbrender_target **result, unsigned int width, unsigned int height, unsigned int mode_type __attribute__ ((unused))) argument
[all...]
H A Dfbfill.c40 int width, int height)
45 for (j = 0; j < height; j++)
55 int width, int height)
69 for (j = 0; j < height; j++)
84 int width, int height)
101 for (j = 0; j < height; j++)
120 int width, int height)
136 for (j = 0; j < height; j++)
154 int width, int height)
169 for (j = 0; j < height;
38 grub_video_fbfill(struct grub_video_fbblit_info *dst, grub_video_color_t color, int x, int y, int width, int height) argument
53 grub_video_fbfill_direct32(struct grub_video_fbblit_info *dst, grub_video_color_t color, int x, int y, int width, int height) argument
82 grub_video_fbfill_direct24(struct grub_video_fbblit_info *dst, grub_video_color_t color, int x, int y, int width, int height) argument
118 grub_video_fbfill_direct16(struct grub_video_fbblit_info *dst, grub_video_color_t color, int x, int y, int width, int height) argument
152 grub_video_fbfill_direct8(struct grub_video_fbblit_info *dst, grub_video_color_t color, int x, int y, int width, int height) argument
[all...]
H A Dfbblit.c41 int x, int y, int width, int height,
53 for (j = 0; j < height; j++)
74 int x, int y, int width, int height,
86 for (j = 0; j < height; j++)
99 int width, int height,
133 for (j = 0; j < height; j++)
170 int width, int height,
204 for (j = 0; j < height; j++)
259 int width, int height,
293 for (j = 0; j < height;
39 grub_video_fbblit_replace(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
72 grub_video_fbblit_replace_directN(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
96 grub_video_fbblit_replace_32bit_1bit(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
167 grub_video_fbblit_replace_24bit_1bit(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
256 grub_video_fbblit_replace_16bit_1bit(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
325 grub_video_fbblit_replace_8bit_1bit(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
394 grub_video_fbblit_replace_BGRX8888_RGBX8888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
437 grub_video_fbblit_replace_BGRX8888_RGB888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
481 grub_video_fbblit_replace_BGR888_RGBX8888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
529 grub_video_fbblit_replace_BGR888_RGB888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
570 grub_video_fbblit_replace_RGBX8888_RGB888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
612 grub_video_fbblit_replace_RGB888_RGBX8888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
655 grub_video_fbblit_replace_index_RGBX8888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
698 grub_video_fbblit_replace_index_RGB888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
740 grub_video_fbblit_blend(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
801 grub_video_fbblit_blend_BGRA8888_RGBA8888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
882 grub_video_fbblit_blend_BGR888_RGBA8888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
963 grub_video_fbblit_blend_RGBA8888_RGBA8888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
1035 grub_video_fbblit_blend_RGB888_RGBA8888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
1108 grub_video_fbblit_blend_index_RGBA8888(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
1178 grub_video_fbblit_blend_XXXA8888_1bit(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
1277 grub_video_fbblit_blend_XXX888_1bit(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
1377 grub_video_fbblit_blend_XXX565_1bit(struct grub_video_fbblit_info *dst, struct grub_video_fbblit_info *src, int x, int y, int width, int height, int offset_x, int offset_y) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Duga_draw.h51 grub_uint32_t *height,
58 grub_uint32_t height,
71 grub_efi_uintn_t height,
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dgfxterm.c64 unsigned int height; member in struct:grub_virtual_screen
109 unsigned height; member in struct:grub_gfxterm_window
139 unsigned int width, unsigned int height);
205 unsigned int width, unsigned int height,
219 virtual_screen.height = height;
233 virtual_screen.rows = virtual_screen.height / virtual_screen.normal_char_height;
246 virtual_screen.height,
285 int x, int y, int width, int height,
298 height
204 grub_virtual_screen_setup(unsigned int x, unsigned int y, unsigned int width, unsigned int height, const char *font_name) argument
284 grub_gfxterm_set_window(struct grub_video_render_target *target, int x, int y, int width, int height, int double_repaint, const char *font_name, int border_width) argument
416 redraw_screen_rect(unsigned int x, unsigned int y, unsigned int width, unsigned int height) argument
528 dirty_region_add_real(int x, int y, unsigned int width, unsigned int height) argument
551 dirty_region_add(int x, int y, unsigned int width, unsigned int height) argument
581 int height; local
608 unsigned int height; local
663 unsigned int height; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dvideotest.c42 unsigned int height; local
63 grub_video_get_viewport (&x, &y, &width, &height);
74 grub_video_create_render_target (&text_layer, width, height,
161 grub_video_fill_rect (color, 0, 0, width, height);
170 width - 150 * 2, height - 150 * 2);
172 grub_video_fill_rect (color, 0, 0, width, height);
179 grub_video_fill_rect (color, 0, 0, width, height);
181 0, 0, width, height);
H A Dvideoinfo.c30 static unsigned height, width, depth; variable
36 if (height && width && (info->width != width || info->height != height))
52 grub_printf ("%4d x %4d x %2d ", info->width, info->height, info->bpp);
120 height = width = depth = 0;
131 height = grub_strtoul (ptr, &ptr, 0);
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dvideo.c208 unsigned int width, unsigned int height)
213 return grub_video_adapter_active->set_viewport (x, y, width, height);
219 unsigned int *width, unsigned int *height)
224 return grub_video_adapter_active->get_viewport (x, y, width, height);
277 unsigned int width, unsigned int height)
282 return grub_video_adapter_active->fill_rect (color, x, y, width, height);
290 unsigned int width, unsigned int height)
297 width, height);
305 unsigned int width, unsigned int height)
312 width, height);
207 grub_video_set_viewport(unsigned int x, unsigned int y, unsigned int width, unsigned int height) argument
218 grub_video_get_viewport(unsigned int *x, unsigned int *y, unsigned int *width, unsigned int *height) argument
276 grub_video_fill_rect(grub_video_color_t color, int x, int y, unsigned int width, unsigned int height) argument
287 grub_video_blit_bitmap(struct grub_video_bitmap *bitmap, enum grub_video_blit_operators oper, int x, int y, int offset_x, int offset_y, unsigned int width, unsigned int height) argument
302 grub_video_blit_render_target(struct grub_video_render_target *target, enum grub_video_blit_operators oper, int x, int y, int offset_x, int offset_y, unsigned int width, unsigned int height) argument
337 grub_video_create_render_target(struct grub_video_render_target **result, unsigned int width, unsigned int height, unsigned int mode_type) argument
399 grub_video_edid_preferred_mode(struct grub_video_edid_info *edid_info, unsigned int *width, unsigned int *height) argument
425 parse_modespec(const char *current_mode, int *width, int *height, int *depth) argument
567 int height = -1; local
[all...]
H A Defi_gop.c139 out->height = in->height;
224 grub_video_gop_setup (unsigned int width, unsigned int height, argument
244 && height == gop->mode->info->height)
245 || (width == 0 && height == 0))
271 info->height);
283 if (!(((info->width == width && info->height == height)
284 || (width == 0 && height
[all...]
H A Dbitmap.c56 unsigned int width, unsigned int height,
67 if (width == 0 || height == 0)
78 mode_info->height = height;
140 size = (width * mode_info->bytes_per_pixel) * height;
218 /* Return bitmap height. */
225 return bitmap->mode_info.height;
55 grub_video_bitmap_create(struct grub_video_bitmap **bitmap, unsigned int width, unsigned int height, enum grub_video_blit_format blit_format) argument
H A Dieee1275.c52 unsigned height __attribute__ ((unused)))
116 if (grub_ieee1275_get_integer_property (dev, "height", &tmp,
118 return grub_error (GRUB_ERR_IO, "Couldn't retrieve display height.");
119 out->height = tmp;
136 grub_video_ieee1275_setup (unsigned int width, unsigned int height, argument
154 if (grub_ieee1275_get_integer_property (dev, "height", &current_height,
156 return grub_error (GRUB_ERR_IO, "Couldn't retrieve display height.");
158 if ((width == current_width && height == current_height)
159 || (width == 0 && height == 0))
166 grub_dprintf ("video", "IEEE1275: Setting mode %dx%d\n", width, height);
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgfxmenu.c73 || cached_view->screen.height != mode_info.height)
78 mode_info.height);
97 grub_video_set_viewport (0, 0, mode_info.width, mode_info.height);
101 grub_video_set_viewport (0, 0, mode_info.width, mode_info.height);
H A Dview.c50 int width, int height)
64 view->screen.height = height;
87 view->progress_message_frame.height = 50;
91 + view->screen.height - 90 - 20 - view->progress_message_frame.height;
131 bounds->width, bounds->height);
137 bounds->width, bounds->height);
252 f.x-1, f.y-1, f.width+2, f.height+2);
255 f.x, f.y, f.width, f.height);
49 grub_gfxmenu_view_new(const char *theme_path, int width, int height) argument
[all...]
H A Dgui_image.c105 signed height; local
118 height = self->bounds.height;
122 && ((signed) grub_video_bitmap_get_height (self->bitmap) == height))
138 && (signed) grub_video_bitmap_get_height (self->raw_bitmap) == height)
145 if (width <= 0 || height <= 0)
151 height,
179 image_get_minimal_size (void *vself, unsigned *width, unsigned *height) argument
186 *height = grub_video_bitmap_get_height (self->raw_bitmap);
191 *height
[all...]
H A Dgui_progress_bar.c109 f.height = self->bounds.height - 2;
114 f.width + 2, f.height + 2);
122 f.width - barwidth, f.height);
127 barwidth, f.height);
136 int h = self->bounds.height;
167 int height = self->bounds.height; local
180 int y = ((height - grub_font_get_descent (font)) / 2
242 unsigned *width, unsigned *height)
241 progress_bar_get_minimal_size(void *vself, unsigned *width, unsigned *height) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c151 ascii_font_glyph[current]->height = 16;
186 unknown_glyph->height = 16;
196 null_font.ascent = unknown_glyph->height - 3;
199 null_font.max_char_height = unknown_glyph->height;
720 grub_uint16_t height; local
740 /* Read the glyph width, height, and baseline. */
742 || read_be_uint16 (font->file, &height) != 0
751 len = (width * height + 7) / 8;
761 glyph->height = height;
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h49 unsigned height; member in struct:multiboot_header

Completed in 70 milliseconds

1234