Searched defs:height (Results 1 - 25 of 49) sorted by relevance

12

/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/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 Dfont.h52 /* Glyph bitmap height in pixels. */
53 grub_uint16_t height; member in struct:grub_font_glyph
65 The length of the array is (width * height + 7) / 8. Within a
H A Dterminfo.h53 unsigned int width, height; member in struct:grub_terminfo_output_state
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
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...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcopywin.c61 int height = (maxRowDst - minRowDst) + 1, local
93 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) {
/osnet-11/usr/src/grub/grub2/grub-core/commands/
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);
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);
/osnet-11/usr/src/grub/grub2/grub-core/video/
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...]
H A Dradeon_fuloong2e.c64 grub_video_radeon_fuloong2e_setup (unsigned int width, unsigned int height, argument
98 if ((width != 640 && width != 0) || (height != 480 && height != 0)
109 framebuffer.mode_info.height = 480;
139 framebuffer.mode_info.height * framebuffer.mode_info.pitch);
H A Dbochs.c175 int start = framebuffer.mode_info.height * page;
203 grub_video_bochs_setup (unsigned int width, unsigned int height, argument
238 if (width == 0 || height == 0)
241 height = 600;
248 if (height > BOCHS_MAX_HEIGHT)
249 return grub_error (GRUB_ERR_IO, "height must be at most",
278 page_size = pitch * height;
309 vbe_write (height, BOCHS_VBE_HEIGHT);
318 framebuffer.mode_info.height = height;
[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 Defi_uga.c165 grub_uint32_t width, height, depth, rate, pixel; local
168 if (efi_call_5 (c->get_mode, c, &width, &height, &depth, &rate))
174 GRUB_EFI_UGA_VIDEO_FILL, 0, 0, 0, 0, 1, height, 0);
202 grub_video_uga_setup (unsigned int width, unsigned int height, argument
220 ((! height) || (height == h)) &&
224 framebuffer.mode_info.height = h;
/osnet-11/usr/src/grub/grub2/grub-core/video/emu/
H A Dsdl.c74 grub_video_sdl_setup (unsigned int width, unsigned int height, argument
88 if (width == 0 && height == 0)
91 height = 600;
98 window = SDL_SetVideoMode (width, height, depth, flags | SDL_HWSURFACE);
100 window = SDL_SetVideoMode (width, height, depth, flags | SDL_SWSURFACE);
108 mode_info.height = window->h;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h49 unsigned height; member in struct:multiboot_header
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
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 Dicon_manager.c122 int width, int height)
124 /* If the width or height is changed, we must clear the cache, since the
126 if (width != mgr->icon_width || height != mgr->icon_height)
130 mgr->icon_height = height;
121 grub_gfxmenu_icon_manager_set_icon_size(grub_gfxmenu_icon_manager_t mgr, int width, int height) argument
H A Dgui_circular_progress.c131 int height = self->bounds.height; local
138 (height - center_height) / 2, 0, 0,
173 y = height / 2 + (grub_sin (angle) * radius / GRUB_TRIG_FRACTION_SCALE);
H A Dgui_label.c147 label_get_minimal_size (void *vself, unsigned *width, unsigned *height) argument
151 *height = (grub_font_get_ascent (self->font)
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 Dwidget-box.c146 int width, int height)
149 self->content_height = height;
151 /* Resize sides to match the width and height. */
152 /* It is assumed that the corners width/height match the adjacent sides. */
160 /* Resize E and W sides to match height. */
161 if (scale_pixmap(self, BOX_PIXMAP_E, -1, height) != GRUB_ERR_NONE)
163 if (scale_pixmap(self, BOX_PIXMAP_W, -1, height) != GRUB_ERR_NONE)
177 if (scale_pixmap(self, BOX_PIXMAP_CENTER, width, height) != GRUB_ERR_NONE)
145 set_content_size(grub_gfxmenu_box_t self, int width, int height) argument
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dgraphics_output.h47 grub_efi_uint32_t height; member in struct:grub_efi_gop_mode_info
85 grub_efi_uintn_t height,
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot.c171 int width, int height, int depth,
191 if (depth && width && height)
193 height, depth, width, height);
194 else if (width && height)
195 buf = grub_xasprintf ("%dx%d,auto", width, height);
170 grub_multiboot_set_console(int console_type, int accepted_consoles, int width, int height, int depth, int console_req) argument
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvga.c119 grub_video_vga_setup (unsigned int width, unsigned int height, argument
125 if ((width && width != VGA_WIDTH) || (height && height != VGA_HEIGHT))
142 framebuffer.mode_info.height = VGA_HEIGHT;
240 unsigned int width, unsigned int height)
244 width, height);
253 unsigned int width, unsigned int height)
258 offset_x, offset_y, width, height);
237 grub_video_vga_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
250 grub_video_vga_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

Completed in 50 milliseconds

12