Home | History | Annotate | Download | only in test

Lines Matching refs:color

57 compute_pixman_color (const color_t *color,
60 out->red = _color_double_to_short (color->r);
61 out->green = _color_double_to_short (color->g);
62 out->blue = _color_double_to_short (color->b);
63 out->alpha = _color_double_to_short (color->a);
135 const color_t *color;
218 describe_color (const color_t *color, char *buf)
221 color->r, color->g, color->b, color->a);
253 tdst = *dst->color;
254 tsrc = *src->color;
258 tmsk = *mask->color;
263 * color space. However, if they have been converted to bitmaps, we need
307 * all color channels.
353 printf ("Source color: %s %s\n",
354 describe_color (src->color, buf),
358 printf ("Mask color: %s %s\n",
359 describe_color (mask->color, buf),
362 printf ("Dest. color: %s %s\n",
363 describe_color (dst->color, buf),
385 int color,
391 info->color = &colors[color];
392 compute_pixman_color (info->color, &fill);