Searched refs:pixman_color_t (Results 1 - 20 of 20) sorted by relevance

/external/pixman/pixman/
H A Dpixman-solid-fill.c30 color_to_uint32 (const pixman_color_t *color)
40 color_to_float (const pixman_color_t *color)
53 pixman_image_create_solid_fill (const pixman_color_t *color)
H A Dpixman-gradient-walker.c58 pixman_color_t *left_c, *right_c;
101 pixman_color_t *tmp_c;
H A Dpixman.c771 color_to_uint32 (const pixman_color_t *color)
781 color_to_pixel (const pixman_color_t *color,
840 const pixman_color_t * color,
879 const pixman_color_t *color,
884 pixman_color_t c;
H A Dpixman.h144 typedef struct pixman_color pixman_color_t; typedef in typeref:struct:pixman_color
629 pixman_color_t color;
764 pixman_image_t *pixman_image_create_solid_fill (const pixman_color_t *color);
863 const pixman_color_t *color,
868 const pixman_color_t *color,
H A Dpixman-glyph.c560 static const pixman_color_t white = { 0xffff, 0xffff, 0xffff, 0xffff };
H A Dpixman-image.c34 static const pixman_color_t transparent_black = { 0, 0, 0, 0 };
H A Dpixman-private.h126 pixman_color_t color;
/external/pixman/demos/
H A Dcheckerboard.c37 pixman_color_t black = { 0, 0, 0, 0xffff };
38 pixman_color_t white = {
43 pixman_color_t *c;
H A Dsrgb-trap-test.c26 convert_color (pixman_color_t *dest_srgb, pixman_color_t *linear)
84 pixman_color_t bg = { 0x0000, 0x0000, 0x0000, 0xffff };
85 pixman_color_t fg = { 0xffff, 0xffff, 0xffff, 0xffff };
86 pixman_color_t fg_srgb;
H A Dtrap-test.c17 pixman_color_t white = { 0x0000, 0xffff, 0x0000, 0xffff };
H A Dtri-test.c24 pixman_color_t color = { 0x4444, 0x4444, 0xffff, 0xffff };
/external/pixman/test/
H A Da1-trap-test.c17 pixman_color_t red = { 0xffff, 0x0000, 0x0000, 0xffff };
H A Dradial-perf-test.c21 static const pixman_color_t z = { 0x0000, 0x0000, 0x0000, 0x0000 };
H A Dregion-test.c28 pixman_color_t white = {
H A Dscaling-crash-test.c35 pixman_color_t color_cc = { 0xcccc, 0xcccc, 0xcccc, 0xcccc };
H A Dstress-test.c581 static pixman_color_t
584 pixman_color_t color =
599 pixman_color_t color = random_color();
H A Dcomposite.c58 pixman_color_t *out)
389 pixman_color_t fill;
H A Dcomposite-traps-test.c66 static pixman_color_t colors[] =
H A Dglyph-test.c127 pixman_color_t color;
H A Dutils.c552 color8_to_color16 (uint32_t color8, pixman_color_t *color16)
570 pixman_color_t check1, check2;

Completed in 175 milliseconds