Home
last modified time | relevance | path

Searched refs:bgcolor (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfb_imageblit.h84 u32 fgxcolor, bgcolor; member
119 *pixels = (iter->fgxcolor & iter->expand[data]) ^ iter->bgcolor; in fb_bitmap4x_image()
216 unsigned long fgcolor, unsigned long bgcolor, int bpp, in fb_bitmap4x_imageblit() argument
238 bgcolor = fb_reverse_bits_long(bgcolor << (BITS_PER_BYTE - bpp)); in fb_bitmap4x_imageblit()
240 iter.fgxcolor = (fgcolor ^ bgcolor) * mul[bpp-1]; in fb_bitmap4x_imageblit()
241 iter.bgcolor = bgcolor * mul[bpp-1]; in fb_bitmap4x_imageblit()
257 unsigned long fgcolor, unsigned long bgcolor, int bpp, in fb_bitmap1x_imageblit() argument
263 iter.colors[0] = bgcolor; in fb_bitmap1x_imageblit()
282 fb_bitmap_1ppw(const struct fb_image * image,struct fb_address * dst,unsigned long fgcolor,unsigned long bgcolor,int words_per_line,struct fb_reverse reverse) fb_bitmap_1ppw() argument
338 fb_bitmap_2ppw(const struct fb_image * image,struct fb_address * dst,unsigned long fgcolor,unsigned long bgcolor,int words_per_line,struct fb_reverse reverse) fb_bitmap_2ppw() argument
389 fb_bitmap_4ppw(const struct fb_image * image,struct fb_address * dst,unsigned long fgcolor,unsigned long bgcolor,int words_per_line,struct fb_reverse reverse) fb_bitmap_4ppw() argument
445 unsigned long fgcolor, bgcolor; fb_bitmap_imageblit() local
[all...]
/linux/drivers/video/fbdev/
H A Datafb.h11 const u8 *data, u32 bgcolor, u32 fgcolor);
19 const u8 *data, u32 bgcolor, u32 fgcolor);
27 const u8 *data, u32 bgcolor, u32 fgcolor);
35 const u8 *data, u32 bgcolor, u32 fgcolor);
H A Datafb_iplan2p2.c240 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p2_linefill() argument
249 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p2_linefill()
256 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p2_linefill()
269 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p2_linefill()
H A Datafb_iplan2p4.c254 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p4_linefill() argument
263 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p4_linefill()
270 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p4_linefill()
284 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p4_linefill()
H A Datafb_iplan2p8.c289 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p8_linefill() argument
298 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p8_linefill()
305 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p8_linefill()
321 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p8_linefill()
H A Dtgafb.c635 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
671 bgcolor = image->bg_color;
675 bgcolor |= bgcolor << 8;
676 bgcolor |= bgcolor << 16;
680 if (bgcolor < 16)
681 bgcolor = ((u32 *)info->pseudo_palette)[bgcolor];
684 __raw_writel(bgcolor, regs_bas
[all...]
H A Datafb_mfb.c78 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_mfb_linefill() argument
H A Damifb.c3301 const u8 *data, u32 bgcolor, u32 fgcolor) in expand_one_line() argument
3309 if ((bgcolor ^ fgcolor) & 1) { in expand_one_line()
3322 bgcolor >>= 1; in expand_one_line()
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c71 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit1() argument
87 cmd[5] = bgcolor; in mb86290fb_imageblit1()
120 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit8() argument
159 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit16() argument
189 u32 fgcolor = 0, bgcolor = 0; in mb86290fb_imageblit() local
214 bgcolor = in mb86290fb_imageblit()
218 bgcolor = image->bg_color; in mb86290fb_imageblit()
243 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info); in mb86290fb_imageblit()
/linux/Documentation/gpu/
H A Dkomeda-kms.rst113 node [bgcolor=grey style=dashed]
119 node [bgcolor=grey style=filled]
160 node [bgcolor=grey style=dashed]
165 node [bgcolor=grey style=filled]
184 node [bgcolor=grey style=dashed]
190 node [bgcolor=grey style=filled]
230 node [bgcolor=grey style=dashed]
261 node [bgcolor=grey style=dashed]
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.h33 u32 bgcolor; member
H A Dvsp1_brx.c47 brx->bgcolor = ctrl->val; in brx_s_ctrl()
319 vsp1_brx_write(brx, dlb, VI6_BRU_VIRRPF_COL, brx->bgcolor | in brx_configure_stream()
438 brx->bgcolor = 0; in vsp1_brx_create()
/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddrbd-connection-state-overview.dot4 bgcolor=white
/linux/Documentation/driver-api/
H A Ddma-buf.rst281 node [shape=box bgcolor=grey style=filled]