Home
last modified time | relevance | path

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

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