Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dvt8623fb.c145 static inline u32 expand_color(u32 c) in expand_color() function
153 u32 fg = expand_color(image->fg_color); in vt8623fb_iplan_imageblit()
154 u32 bg = expand_color(image->bg_color); in vt8623fb_iplan_imageblit()
181 u32 fg = expand_color(rect->color); in vt8623fb_iplan_fillrect()
Darkfb.c181 static inline u32 expand_color(u32 c) in expand_color() function
189 u32 fg = expand_color(image->fg_color); in arkfb_iplan_imageblit()
190 u32 bg = expand_color(image->bg_color); in arkfb_iplan_imageblit()
218 u32 fg = expand_color(rect->color); in arkfb_iplan_fillrect()
Ds3fb.c352 static inline u32 expand_color(u32 c) in expand_color() function
360 u32 fg = expand_color(image->fg_color); in s3fb_iplan_imageblit()
361 u32 bg = expand_color(image->bg_color); in s3fb_iplan_imageblit()
389 u32 fg = expand_color(rect->color); in s3fb_iplan_fillrect()