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

/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dvideo.c250 grub_uint8_t alpha)
255 return grub_video_adapter_active->map_rgba (red, green, blue, alpha);
262 grub_uint8_t *alpha)
271 alpha);
249 grub_video_map_rgba(grub_uint8_t red, grub_uint8_t green, grub_uint8_t blue, grub_uint8_t alpha) argument
260 grub_video_unmap_color(grub_video_color_t color, grub_uint8_t *red, grub_uint8_t *green, grub_uint8_t *blue, grub_uint8_t *alpha) argument
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dvideo_fb.c278 grub_uint8_t alpha = 255; /* Opaque color. */ local
283 alpha >>= 8 - framebuffer.render_target->mode_info.reserved_mask_size;
288 value |= alpha << framebuffer.render_target->mode_info.reserved_field_pos;
298 grub_uint8_t blue, grub_uint8_t alpha)
302 /* No alpha available in index color modes, just use
311 && alpha == framebuffer.render_target->mode_info.fg_alpha)
323 alpha >>= 8 - framebuffer.render_target->mode_info.reserved_mask_size;
328 value |= alpha << framebuffer.render_target->mode_info.reserved_field_pos;
338 grub_uint8_t *blue, grub_uint8_t *alpha)
345 grub_video_fb_unmap_color_int (&target_info, color, red, green, blue, alpha);
297 grub_video_fb_map_rgba(grub_uint8_t red, grub_uint8_t green, grub_uint8_t blue, grub_uint8_t alpha) argument
336 grub_video_fb_unmap_color(grub_video_color_t color, grub_uint8_t *red, grub_uint8_t *green, grub_uint8_t *blue, grub_uint8_t *alpha) argument
352 grub_video_fb_unmap_color_int(struct grub_video_fbblit_info * source, grub_video_color_t color, grub_uint8_t *red, grub_uint8_t *green, grub_uint8_t *blue, grub_uint8_t *alpha) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c1960 int i, seg, alpha, digit, port; local
1965 alpha = digit = seg = port = 0;
1967 /* must start with alpha character */
1973 alpha++;
1981 if (!alpha && !digit)
1983 alpha = digit = 0;
1988 if (!alpha && !digit)
1990 alpha = digit = 0;
1998 if ((port == 0 && (seg || alpha || digit)) ||
1999 (port == 1 && alpha
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo.h36 grub_uint8_t alpha; member in struct:grub_video_rgba_color
114 /* Blend target and source based on source's alpha value. */
341 grub_uint8_t blue, grub_uint8_t alpha);
345 grub_uint8_t *blue, grub_uint8_t *alpha);
447 grub_uint8_t alpha);
453 grub_uint8_t *alpha);
516 c.alpha = 255;
523 return grub_video_map_rgba (c.red, c.green, c.blue, c.alpha);

Completed in 37 milliseconds