Home
last modified time | relevance | path

Searched full:colors (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/webui-vue/docs/guide/guidelines/
H A Dcolors.md1 # Colors chapter
6 as accent colors for components. The `.scss` component files use these accent
7 colors to override default styles set by the Bootstrap library.
12 - [Learn more about Bootstrap colors](https://getbootstrap.com/docs/4.4/getting-started/theming/#th…
16 `<colors-grays/>`
20 `<colors-blues/>`
24 `<colors-greens/>`
28 `<colors-reds/>`
32 `<colors-yellows/>`
34 ## All Colors
[all …]
/openbmc/u-boot/test/dm/
H A Dosd.c19 static void split(u8 *mem, uint size, u8 *text, u8 *colors) in split() argument
25 colors[i] = p[i] % 0x100; in split()
33 u8 colors[memsize / 2]; in print_mem() local
37 split(mem, memsize / 2, text, colors); in print_mem()
48 printf("%c", colors[i]); in print_mem()
58 u8 colors[memsize / 2]; in dm_test_osd_basics() local
72 split(mem, memsize / 2, text, colors); in dm_test_osd_basics()
85 ut_assertok(memcmp(colors, "kkkkkkkkkk" in dm_test_osd_basics()
101 split(mem, memsize / 2, text, colors); in dm_test_osd_basics()
114 ut_assertok(memcmp(colors, "kkkkkkkkkk" in dm_test_osd_basics()
[all …]
/openbmc/webui-vue/docs/customization/
H A Dtheme.md127 ## Updating Colors
142 #### All Colors
144 The OpenBMC Web UI custom colors are available as Sass variables and a Sass map
146 requires a subset of the colors to create the look and feel of the application.
150 specific colors.
157 #### Theme Colors
161 dependent on specific colors like blue or green. Several of the Bootstrap
169 at the [color guidelines](/guide/guidelines/colors) to better understand default
170 theme-colors map.
172 #### Gray Colors
[all …]
H A Dreadme.md122 ##### Custom Colors Map
125 $colors: (
148 ##### Custom Theme Colors Map
151 $theme-colors: (
163 - [Learn more about Bootstrap colors](https://getbootstrap.com/docs/4.0/getting-started/theming/#co…
165 - [View the color palette and hex values in the color guidelines](/guide/guidelines/colors)
171 colors for the `alert`, `badge`, `card`, and `toast` components. They have also
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dgreens.vue4 <div v-for="color in colors">
27 colors: [
39 @import "./colors.scss";
H A Dyellows.vue4 <div v-for="color in colors">
27 colors: [
39 @import "./colors.scss";
H A Dblues.vue4 <div v-for="color in colors">
27 colors: [
39 @import "./colors.scss";
H A Dreds.vue4 <div v-for="color in colors">
27 colors: [
39 @import "./colors.scss";
H A Dgrays.vue4 <div v-for="color in colors">
27 colors: [
72 @import "./colors.scss";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7635.patch8 CVE-2019-7635: Reject BMP images with pixel colors out the palette
9 If a 1-, 4-, or 8-bit per pixel BMP image declares less used colors
11 number of used colors is created. If some of the image's pixel
12 refer to a color number higher then the maximal used colors, a subsequent
H A DCVE-2019-7638.patch18 …ateRGBSurface(), thus 256-color pallete is allocated. But then biClrUsed colors are read from a fi…
33 + SDL_SetError("BMP file has an invalid number of colors");
/openbmc/qemu/hw/display/
H A Dcirrus_vga_rop2.h154 uint32_t colors[2]; in glue() local
163 colors[0] = s->cirrus_blt_bgcol; in glue()
164 colors[1] = s->cirrus_blt_fgcol; in glue()
174 col = colors[!!(bits & bitmask)]; in glue()
234 uint32_t colors[2]; in glue() local
242 colors[0] = s->cirrus_blt_bgcol; in glue()
243 colors[1] = s->cirrus_blt_fgcol; in glue()
251 col = colors[(bits >> bitpos) & 1]; in glue()
H A Dssd0303.c215 char *colors[2]; in ssd0303_update_display() local
246 colors[0] = colortab; in ssd0303_update_display()
247 colors[1] = colortab; in ssd0303_update_display()
249 colors[0] = colortab; in ssd0303_update_display()
250 colors[1] = colortab + dest_width; in ssd0303_update_display()
252 colors[0] = colortab + dest_width; in ssd0303_update_display()
253 colors[1] = colortab; in ssd0303_update_display()
261 memcpy(dest, colors[(*src & mask) != 0], dest_width); in ssd0303_update_display()
/openbmc/qemu/ui/
H A Dvnc-enc-tight.h112 *-- The "palette" filter converts true-color pixel data to indexed colors
113 * and a palette which can consist of 2..256 colors. If the number of colors
119 * byte which value is the number of colors in the palette minus 1 (i.e. 1
120 * means 2 colors, 255 means 256 colors in the palette). Then follows the
143 * value. This applies to colors in palettes as well.
H A Dvnc-palette.c147 uint32_t *colors = opaque; in palette_fill_cb() local
149 colors[idx] = color; in palette_fill_cb()
153 uint32_t colors[VNC_PALETTE_MAX_SIZE]) in palette_fill()
155 palette_iter(palette, palette_fill_cb, colors); in palette_fill()
H A Dcursor.c12 unsigned int width, height, colors, chars; in cursor_parse_xpm() local
17 /* parse header line: width, height, #colors, #chars */ in cursor_parse_xpm()
19 &width, &height, &colors, &chars) != 4) { in cursor_parse_xpm()
31 for (i = 0; i < colors; i++, line++) { in cursor_parse_xpm()
174 * If there are any pixels with inverted colors, create an outline (fill in cursor_set_mono()
H A Dvnc-enc-tight.c343 * Code to determine how many different colors used in rectangle.
1104 int colors; in send_palette_rect() local
1113 colors = palette_size(palette); in send_palette_rect()
1117 vnc_write_u8(vs, colors - 1); in send_palette_rect()
1131 tight_pack24(vs, vs->output.buffer + old_offset, colors, &offset); in send_palette_rect()
1150 return -1; /* No palette for 8bits colors */ in send_palette_rect()
1427 int bg, int fg, int colors, VncPalette *palette) in send_sub_rect_nojpeg() argument
1431 if (colors == 0) { in send_sub_rect_nojpeg()
1437 } else if (colors == 1) { in send_sub_rect_nojpeg()
1439 } else if (colors == 2) { in send_sub_rect_nojpeg()
[all …]
/openbmc/openbmc/poky/documentation/
H A Dstandards.md174 ### Colors subsection
176 The "GNOME HIG Colors" palette is used in our diagrams
181 as it has fewer but sufficient colors. This is a way
182 to guarantee that we use consistent colors across the
207 See `template.svg` for example boxes with different colors, which are ready
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0003-dev_setup.sh-Remove-the-TERM-dependency.patch20 -# If tput is available and can handle multiple colors
22 - if [[ $(tput colors) != "-1" ]]; then
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dncmpc_0.49.bb16 PACKAGECONFIG ??= "colors locale mouse nls regex help_screen library_screen search_screen song_scre…
18 PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false"
/openbmc/qemu/rust/bits/src/
H A Dlib.rs26 /// pub struct Colors(u8) {
38 /// # bits! { pub struct Colors(u8) { BLACK = 0, RED = 1, GREEN = 1 << 1, BLUE = 1 << 2, } }
54 /// Colors::from(255).into_bits(),
55 /// (Colors::RED | Colors::GREEN | Colors::BLUE).into_bits()
62 /// assert_eq!(Colors8::all().into_bits(), Colors::all().into_bits());
77 /// pub struct Colors(u8) {
87 /// let rgb = bits! { Colors: RED | GREEN | BLUE };
88 /// assert_eq!(rgb, Colors::WHITE);
/openbmc/u-boot/drivers/video/
H A Dvidconsole-uclass.c119 static const struct vid_rgb colors[VID_COLOR_COUNT] = { variable
142 return ((colors[idx].r >> 3) << 11) | in vid_console_color()
143 ((colors[idx].g >> 2) << 5) | in vid_console_color()
144 ((colors[idx].b >> 3) << 0); in vid_console_color()
146 return (colors[idx].r << 16) | in vid_console_color()
147 (colors[idx].g << 8) | in vid_console_color()
148 (colors[idx].b << 0); in vid_console_color()
322 * Foreground Colors: in vidconsole_escape_char()
333 * Background Colors: in vidconsole_escape_char()
/openbmc/openbmc/poky/documentation/overview-manual/svg/
H A Dbitbake_tasks_map.svg4colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"…
/openbmc/qemu/include/hw/misc/
H A Dled.h19 * This set is restricted to physically available LED colors.
21 * LED colors from 'Table 1. Product performance of LUXEON Rebel Color
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_index.scss1 @import "./colors";

12345