Home
last modified time | relevance | path

Searched refs:colors (Results 1 – 25 of 109) sorted by relevance

12345

/openbmc/webui-vue/docs/guide/guidelines/
H A Dcolors.md12 - [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/>
37 `colors` map. These colors and the Grays color variables define the
38 `theme-colors` map colors.
41 <colors-all/>
45 The theme colors are keys in the `theme-colors` map. Bootstrap-Vue has a variant
[all …]
/openbmc/u-boot/test/dm/
H A Dosd.c25 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()
136 u8 colors[memsize / 2]; in dm_test_osd_extended() local
[all …]
/openbmc/qemu/hw/display/
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()
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()
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dblues.vue4 <div v-for="color in colors">
27 colors: [
39 @import "./colors.scss";
H A Dgreens.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 Dyellows.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/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dquota.c16 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 Dbinding.c18 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 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 Dvnc-enc-tight.c1082 int colors; in send_palette_rect() local
1095 vnc_write_u8(vs, colors - 1); in send_palette_rect()
1406 if (colors == 0) { in send_sub_rect_nojpeg()
1412 } else if (colors == 1) { in send_sub_rect_nojpeg()
1414 } else if (colors == 2) { in send_sub_rect_nojpeg()
1416 } else if (colors <= 256) { in send_sub_rect_nojpeg()
1431 if (colors == 0) { in send_sub_rect_jpeg()
1440 } else if (colors == 1) { in send_sub_rect_jpeg()
1442 } else if (colors == 2) { in send_sub_rect_jpeg()
1444 } else if (colors <= 256) { in send_sub_rect_jpeg()
[all …]
/openbmc/linux/drivers/platform/x86/dell/
H A Dalienware-wmi.c193 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/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/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()
/openbmc/linux/arch/arc/mm/
H A Dcache.c32 unsigned int sz_k, line_len, colors; member
120 p_ic->colors = p_ic->sz_k/assoc/TO_KB(PAGE_SIZE); in arc_cache_mumbojumbo()
125 p_ic->colors > 1 ? " aliasing" : "", in arc_cache_mumbojumbo()
137 p_dc->colors = p_dc->sz_k/assoc/TO_KB(PAGE_SIZE); in arc_cache_mumbojumbo()
141 p_dc->colors = 1; /* PIPT so can't VIPT alias */ in arc_cache_mumbojumbo()
151 p_dc->colors > 1 ? " aliasing" : "", in arc_cache_mumbojumbo()
1126 if (is_isa_arcv2() && ic->colors > 1) in arc_cache_init_master()
1146 if (dc->colors > 1) { in arc_cache_init_master()
1149 if (CACHE_COLORS_NUM != dc->colors) in arc_cache_init_master()
1151 } else if (handled && dc->colors == 1) { in arc_cache_init_master()
/openbmc/webui-vue/docs/customization/
H A Dtheme.md144 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.
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.
178 the colors except gray. The Bootstrap documentation indicates that adding color
179 maps for all the default colors is scheduled to be delivered in a future patch.
183 [Learn more about Bootstrap colors](https://getbootstrap.com/docs/4.0/getting-started/theming/#colo…
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst59 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/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/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,dither.yaml15 unavailable colors with available colors and by mixing and matching available
16 colors to mimic unavailable ones.
/openbmc/openbmc/poky/meta/recipes-core/readline/readline/
H A Dreadline82-003.patch21 *** ../readline-8.2-patched/colors.c 2021-12-08 11:38:25.000000000 -0500
22 --- colors.c 2023-08-28 16:40:04.000000000 -0400
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py916 colors = {'color_title': '\033[1m',
923 for k in colors.keys():
924 colors[k] = ''
925 return colors
927 def worddiff_str(oldstr, newstr, colors=None): argument
928 if not colors:
929 colors = init_colors(False)
948 if not colors:
949 colors = init_colors(False)
977 colors = init_colors(color)
[all …]
/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"

12345