Lines Matching full:color
263 * xxxfb_setcolreg - Optional function. Sets a color register.
271 * Set a single color register. The values supplied have a 16 bit
273 * Things to take into consideration are how many color registers, if
274 * any, are supported with the current color visual. With truecolor mode
275 * no color palettes are supported. Here a pseudo palette is created
277 * pseudocolor mode we have a limited color palette. To deal with this
278 * we can program what color is displayed for a particular pixel value.
279 * DirectColor is similar in that we can program each color field. If
301 * var->{color}.offset contains start of bitfield in xxxfb_setcolreg()
302 * var->{color}.length contains length of bitfield in xxxfb_setcolreg()
308 * color depth = SUM(var->{color}.length) in xxxfb_setcolreg()
311 * var->{color}.offset is 0 unless the palette index takes less than in xxxfb_setcolreg()
314 * var->{color}.length is set so that 1 << length is the number of in xxxfb_setcolreg()
318 * color depth = var->{color}.length in xxxfb_setcolreg()
325 * var->{color}.offset is 0 in xxxfb_setcolreg()
326 * white = (1 << var->{color}.length) - 1, black = 0 in xxxfb_setcolreg()
329 * color depth is always 2 in xxxfb_setcolreg()
333 * var->{color}.offset contains start of bitfield in xxxfb_setcolreg()
334 * var->{color}.length contains length of bitfield in xxxfb_setcolreg()
340 * color depth = SUM(var->{color}.length}) in xxxfb_setcolreg()
342 * The color depth is used by fbcon for choosing the logo and also in xxxfb_setcolreg()
343 * for color palette transformation if color depth < 4 in xxxfb_setcolreg()
346 * a criteria for describing the color visual. in xxxfb_setcolreg()
352 * Another common mistake is using bits_per_pixel to calculate the color in xxxfb_setcolreg()
353 * depth. The bits_per_pixel field does not directly translate to color in xxxfb_setcolreg()
354 * depth. You have to compute for the color depth (using the color in xxxfb_setcolreg()
359 * This is the point where the color is converted to something that in xxxfb_setcolreg()
369 * This is the point where the function feeds the color to the hardware in xxxfb_setcolreg()
490 * depending on the rastering operation with the value of color which
491 * is in the current color depth format.
501 * @color: The color to fill in the rectangle with. in xxxfb_fillrect()
541 * mono image (needed for font handling) or a color image (needed for
551 * @fg_color: For mono bitmap images this is color data for in xxxfb_imageblit()
556 * @cmap: The colormap used for color images. in xxxfb_imageblit()
609 * - fbcon only supports a 2-color cursor (cursor->image.depth = 1) in xxxfb_cursor()
704 * FBINFO_HWACCEL_IMAGEBLIT - hardware mono->color expansion in xxxfb_probe()
708 * FBINFO_READS_FAST - if set, prefer moves over mono->color expansion in xxxfb_probe()