Home
last modified time | relevance | path

Searched refs:expand_color (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/
H A Dvt8623fb.c136 static inline u32 expand_color(u32 c) in expand_color() function
144 u32 fg = expand_color(image->fg_color); in vt8623fb_iplan_imageblit()
145 u32 bg = expand_color(image->bg_color); in vt8623fb_iplan_imageblit()
172 u32 fg = expand_color(rect->color); in vt8623fb_iplan_fillrect()
H A Darkfb.c169 static inline u32 expand_color(u32 c) in expand_color() function
177 u32 fg = expand_color(image->fg_color); in arkfb_iplan_imageblit()
178 u32 bg = expand_color(image->bg_color); in arkfb_iplan_imageblit()
206 u32 fg = expand_color(rect->color); in arkfb_iplan_fillrect()
H A Ds3fb.c341 static inline u32 expand_color(u32 c) in expand_color() function
349 u32 fg = expand_color(image->fg_color); in s3fb_iplan_imageblit()
350 u32 bg = expand_color(image->bg_color); in s3fb_iplan_imageblit()
378 u32 fg = expand_color(rect->color); in s3fb_iplan_fillrect()