Searched refs:pixman_color_t (Results 1 – 20 of 20) sorted by relevance
/external/pixman/demos/ |
D | srgb-trap-test.c | 26 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()
|
D | checkerboard.c | 37 pixman_color_t black = { 0, 0, 0, 0xffff }; in main() 38 pixman_color_t white = { in main() 43 pixman_color_t *c; in main()
|
D | tri-test.c | 24 pixman_color_t color = { 0x4444, 0x4444, 0xffff, 0xffff }; in main()
|
D | trap-test.c | 17 pixman_color_t white = { 0x0000, 0xffff, 0x0000, 0xffff }; in main()
|
/external/pixman/pixman/ |
D | pixman-solid-fill.c | 30 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()
|
D | pixman-gradient-walker.c | 58 pixman_color_t *left_c, *right_c; in gradient_walker_reset() 101 pixman_color_t *tmp_c; in gradient_walker_reset()
|
D | pixman.h | 144 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,
|
D | pixman.c | 771 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()
|
D | pixman-glyph.c | 560 static const pixman_color_t white = { 0xffff, 0xffff, 0xffff, 0xffff }; in add_glyphs()
|
D | pixman-image.c | 34 static const pixman_color_t transparent_black = { 0, 0, 0, 0 };
|
D | pixman-private.h | 126 pixman_color_t color;
|
/external/pixman/test/ |
D | radial-perf-test.c | 21 static const pixman_color_t z = { 0x0000, 0x0000, 0x0000, 0x0000 }; in main()
|
D | a1-trap-test.c | 17 pixman_color_t red = { 0xffff, 0x0000, 0x0000, 0xffff }; in main()
|
D | region-test.c | 28 pixman_color_t white = { in main()
|
D | composite.c | 58 pixman_color_t *out) in compute_pixman_color() 389 pixman_color_t fill; in image_init()
|
D | stress-test.c | 581 static pixman_color_t 584 pixman_color_t color = in random_color() 599 pixman_color_t color = random_color(); in create_random_solid_image()
|
D | scaling-crash-test.c | 35 pixman_color_t color_cc = { 0xcccc, 0xcccc, 0xcccc, 0xcccc }; in run_test()
|
D | composite-traps-test.c | 66 static pixman_color_t colors[] = in test_composite()
|
D | glyph-test.c | 127 pixman_color_t color; in create_image()
|
D | utils.c | 552 color8_to_color16 (uint32_t color8, pixman_color_t *color16) in color8_to_color16() 570 pixman_color_t check1, check2; in draw_checkerboard()
|