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

12

/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dsis315pro.c87 grub_video_sis315pro_setup (unsigned int width, unsigned int height, argument
128 if ((width != 640 && width != 0) || (height != 480 && height != 0)
139 framebuffer.mode_info.height = 480;
207 framebuffer.mode_info.height * framebuffer.mode_info.pitch);
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 Dcirrus.c239 grub_video_cirrus_setup (unsigned int width, unsigned int height, argument
273 if (width == 0 || height == 0)
276 height = 600;
288 if (height > CIRRUS_MAX_HEIGHT)
290 "screen height must be at most %d", CIRRUS_MAX_HEIGHT);
312 framebuffer.page_size = pitch * height;
343 .vdisplay_end = height - 1,
399 framebuffer.mode_info.height = height;
H A Dsm712.c336 grub_video_sm712_setup (unsigned int width, unsigned int height, argument
371 if ((width != 1024 && width != 0) || (height != 600 && height != 0)
382 framebuffer.mode_info.height = 600;
439 framebuffer.mode_info.height * framebuffer.mode_info.pitch);
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dnetbsd_bootinfo.h132 grub_uint32_t height; member in struct:grub_netbsd_btinfo_framebuf
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dmenu.h77 int height; /* Number of chars high */ member in struct:MENU
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_box.c142 r.height = h;
165 /* All components have their height set to the box's height. */
220 r.height = c->h;
222 r.height += grub_fixed_sfs_multiply (self->bounds.height, c->hfrac);
224 if (r.height < mh)
225 r.height = mh;
229 y += r.height;
281 box_get_minimal_size (void *vself, unsigned *width, unsigned *height) argument
[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...]
H A Dgui_list.c101 return (self->bounds.height + item_vspace - 2 * boxpad
186 int rightx, int topy, int height)
195 int tracklen = height - frame_vertical_pad;
237 &oviewport.width, &oviewport.height);
241 oviewport.height - 2 * boxpad);
289 oviewport.height);
324 content_rect.height = self->bounds.height - box_top_pad - box_bottom_pad;
326 box->set_content_size (box, content_rect.width, content_rect.height);
341 self->bounds.height
184 draw_scrollbar(list_impl_t self, int value, int extent, int min, int max, int rightx, int topy, int height) argument
376 list_get_minimal_size(void *vself, unsigned *width, unsigned *height) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcmdline.c206 unsigned xpos, ypos, ystart, width, height; member in struct:cmdline_term
264 if (cl_term->ypos >= (unsigned) (cl_term->height - 1))
339 cl_term_cur->height = grub_term_height (cl_term_cur->term);
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
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...]
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...]
/osnet-11/usr/src/grub/grub2/include/
H A Dmultiboot.h118 multiboot_uint32_t height; member in struct:multiboot_header
H A Dmultiboot2.h146 multiboot_uint32_t height; member in struct:multiboot_header_tag_framebuffer
156 multiboot_uint32_t height; member in struct:multiboot_header_tag_module_align
/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/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/video/i386/pc/
H A Dvbe.c574 grub_vbe_get_preferred_mode (unsigned int *width, unsigned int *height) argument
592 && grub_video_edid_preferred_mode (&edid_info, width, height)
603 *height = flat_panel_info->vertical_size;
850 = framebuffer.mode_info.height * page;
869 mode_info->height = vbeinfo->y_resolution;
976 grub_video_vbe_setup (unsigned int width, unsigned int height, argument
991 if (width == 0 && height == 0)
993 grub_vbe_get_preferred_mode (&width, &height);
1003 height = 480;
1052 || vbe_mode_info.y_resolution > height)
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c371 unsigned i, len, idx, colors, x, y, width, height; local
412 height = c - '0';
415 height = height * 10 + c - '0';
495 while (y < height) {
H A Dbuiltins.c5738 int height = mode.y_resolution;
5745 for (y = 0; y < height; y++)
5945 int height;
5964 if (! safe_parse_maxint (&arg, &height))
6014 (mode.y_resolution == height) &&
6051 width, height, depth);
5681 int height = mode.y_resolution; local
5882 int height; local
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c161 "[w:width?Set the screen width to \ascreen-width\a and the screen height"
162 " to \ascreen-height\a if specified.]:[[screen-heightX]]screen-width]"
337 int height; /* output height in lines */ member in struct:__anon1493
980 if ((r = i - m * c) > state.height)
1434 state.height = state.width;
1725 astwinsize(1, &state.height, &state.width);
1729 if (state.height <= 4)
1730 state.height = 24;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfsplus.c90 grub_uint8_t height; member in struct:grub_hfsplus_btnode
/osnet-11/usr/src/grub/grub2/include/grub/
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...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c58 int height; member in struct:grub_glyph_info
173 int width, height; local
266 height = glyph->bitmap.rows - cutbottom - cuttop;
268 bitmap_size = ((width * height + 7) / 8);
279 glyph_info->height = height;
281 glyph_info->y_ofs = glyph->bitmap_top - height - cuttop;
287 if (height > font_info->max_height)
288 font_info->max_height = height;
293 if (glyph_info->y_ofs + height > font_inf
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h206 uint8_t height; member in struct:_HfsNodeDescriptor
472 uint8_t height; member in struct:_HfsPNodeDescriptor

Completed in 138 milliseconds

12