Searched refs:colours (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | video_bmp.c | 174 struct bmp_color_table_entry *cte, unsigned colours) in video_set_cmap() argument 180 debug("%s: colours=%d\n", __func__, colours); in video_set_cmap() 181 for (i = 0; i < colours; ++i) { in video_set_cmap() 202 unsigned colours, bpix, bmp_bpix; in video_bmp_display() local 220 colours = 1 << bmp_bpix; in video_bmp_display() 245 (int)width, (int)height, (int)colours, 1 << bpix); in video_bmp_display() 248 video_set_cmap(dev, palette, colours); in video_bmp_display()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 38 colours = { variable 45 global colours 47 colours = { 53 colours = { 143 …{colour_remove}{}{colour_default} -> {colour_add}{}{colour_default}'.format(dfrom, dto, **colours)) 146 …ppend('removed all items "{colour_remove}{}{colour_default}"'.format(' '.join(removed), **colours)) 149 …pend('removed "{colour_remove}{value}{colour_default}"'.format(value=' '.join(removed), **colours)) 151 …ines.append('added "{colour_add}{value}{colour_default}"'.format(value=' '.join(added), **colours)) 167 …self.oldvalue or "''", self.newvalue or "''", '+' if percentchg > 0 else '', percentchg, **colours) 169 … to {colour_add}{}{colour_default}'.format(self.fieldname, self.oldvalue, self.newvalue, **colours) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gd/gd/ |
H A D | 0001-Fix-deprecared-function-prototypes.patch | 24 -static void initnet(nnq, thepic, len, sample, colours) 29 -int colours; 30 +static void initnet(nn_quant *nnq, unsigned char *thepic, int len, int sample, int colours)
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-b3.dts | 113 * There is one LED "port" on the front and the colours
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2053 colours = [] 2060 colours.append(QColor(r, g, b)) 2061 return colours 2065 colours = GenerateColours(x) 2066 if len(colours) >= n: 2067 return colours 2071 colours = GenerateNColours(n) 2073 random.shuffle(colours) 2074 return colours 2204 colours = GenerateNRandomColours(len(hregions), 1013) [all …]
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | laptop-mode.rst | 199 of colours that my display uses it consumes less battery power. I've seen
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | cx2341x-devel.rst | 3529 2A30, then load the new colour into 2A34. The full palette is 256 colours,
|