/openbmc/webui-vue/docs/guide/guidelines/ |
H A D | colors.md | 1 # 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 D | osd.c | 19 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 D | theme.md | 127 ## 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 D | readme.md | 122 ##### 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/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces.rst | 59 colors are specified with lower case 'x' and 'y', then the CIE xyY 67 A monitor or TV will reproduce colors by emitting light at three 85 To recapitulate: the CIE XYZ colorspace uniquely identifies colors. 88 constructed that transforms CIE XYZ colors to colors in the new 100 colors used in graphics are all R'G'B', except in openGL which uses 102 provide linear RGB colors or to use the built-in openGL support to apply 123 all colors that humans can perceive, but the transform to another 124 colorspace will produce colors that are outside the [0…1] range. Once 125 clamped to the [0…1] range those colors can no longer be reproduced in 154 If you want to read more about colors and colorspaces, then the
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 77 [colors] 141 To change colors of selected line to other foreground and background colors 144 % perf config --system colors.selected=yellow,green 165 colors.*:: 166 The variables for customizing the colors used in the output for the 168 foreground and background colors, separated by a comma, for example: 177 Available colors: 181 colors.top:: 183 And values of this variable specify percentage colors. 186 colors.medium:: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2019-7635.patch | 8 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
|
/openbmc/qemu/hw/display/ |
H A D | ssd0303.c | 215 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()
|
H A D | cirrus_vga_rop2.h | 154 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()
|
/openbmc/webui-vue/docs/.vuepress/components/colors/ |
H A D | greens.vue | 4 <div v-for="color in colors"> 27 colors: [ 39 @import "./colors.scss";
|
H A D | yellows.vue | 4 <div v-for="color in colors"> 27 colors: [ 39 @import "./colors.scss";
|
H A D | blues.vue | 4 <div v-for="color in colors"> 27 colors: [ 39 @import "./colors.scss";
|
H A D | reds.vue | 4 <div v-for="color in colors"> 27 colors: [ 39 @import "./colors.scss";
|
H A D | grays.vue | 4 <div v-for="color in colors"> 27 colors: [ 72 @import "./colors.scss";
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | quota.c | 16 int colors[MAX_BINDINGS]; member 69 if (data->colors[id] < 0) in iwl_mvm_quota_iterator() 70 data->colors[id] = mvmvif->deflink.phy_ctxt->color; in iwl_mvm_quota_iterator() 72 WARN_ON_ONCE(data->colors[id] != in iwl_mvm_quota_iterator() 136 .colors = { -1, -1, -1, -1 }, in iwl_mvm_update_quotas() 214 if (data.colors[i] < 0) in iwl_mvm_update_quotas() 220 cpu_to_le32(FW_CMD_ID_AND_COLOR(i, data.colors[i])); in iwl_mvm_update_quotas()
|
H A D | binding.c | 18 u16 colors[MAX_MACS_IN_BINDING]; member 51 data->colors[i])); in iwl_mvm_binding_cmd() 86 data->colors[data->idx] = mvmvif->color; in iwl_mvm_iface_iterator() 125 data.colors[data.idx] = mvmvif->color; in iwl_mvm_binding_update()
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.h | 112 *-- 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 D | vnc-palette.c | 147 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 D | cursor.c | 12 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()
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | alienware-wmi.c | 193 struct color_platform colors; member 206 struct color_platform colors; member 213 struct color_platform colors; member 259 zone->colors = repackager.cp; in parse_rgb() 290 wmax_basic_args.colors = zone->colors; in alienware_update_led() 298 legacy_args.colors = zone->colors; in alienware_update_led() 328 target_zone->colors.red, in zone_show() 329 target_zone->colors.green, target_zone->colors.blue); in zone_show()
|
/openbmc/openbmc/poky/documentation/ |
H A D | standards.md | 174 ### 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/poky/documentation/overview-manual/svg/ |
H A D | bitbake_tasks_map.svg | 4 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"…
|
/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/ |
H A D | mediatek,dither.yaml | 15 unavailable colors with available colors and by mixing and matching available 16 colors to mimic unavailable ones.
|
/openbmc/u-boot/drivers/video/ |
H A D | vidconsole-uclass.c | 119 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/linux/drivers/video/logo/ |
H A D | pnmtologo.c | 26 #define LINUX_LOGO_VGA16 2 /* 16 colors VGA text palette */ 27 #define LINUX_LOGO_CLUT224 3 /* 224 colors */ 317 die("Image must use the 16 console colors only\n" in write_logo_vga16() 319 "of colors\n"); in write_logo_vga16() 357 die("Image has more than %d colors\n" in write_logo_clut224() 358 "Use ppmquant(1) to reduce the number of colors\n", in write_logo_clut224() 435 " vga16 : 16 colors VGA text palette\n" in usage() 436 " clut224 : 224 colors (default)\n" in usage()
|