Lines Matching refs:PICT_a8r8g8b8
759 return color_convert(color, sna_format_for_depth(depth), PICT_a8r8g8b8);
765 return color_convert(rgba, PICT_a8r8g8b8, format);
790 return color_convert(fill->color, PICT_a8r8g8b8, format);
820 *color = get_solid_color(picture, PICT_a8r8g8b8);
2599 color = over(get_solid_color(src, PICT_a8r8g8b8),
2601 dst->format, PICT_a8r8g8b8));
2604 __FUNCTION__, get_solid_color(src, PICT_a8r8g8b8),
2606 dst->format, PICT_a8r8g8b8),
2610 color = add(get_solid_color(src, PICT_a8r8g8b8),
2612 dst->format, PICT_a8r8g8b8));
2615 __FUNCTION__, get_solid_color(src, PICT_a8r8g8b8),
2617 dst->format, PICT_a8r8g8b8),