/third_party/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()
|
/third_party/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.c | 764 color_to_uint32 (const pixman_color_t *color) in color_to_uint32() 774 color_to_pixel (const pixman_color_t *color, in color_to_pixel() 838 const pixman_color_t * color, in pixman_image_fill_rectangles() 877 const pixman_color_t *color, in pixman_image_fill_boxes() 882 pixman_color_t c; in pixman_image_fill_boxes()
|
D | pixman.h | 144 typedef struct pixman_color pixman_color_t; typedef 798 pixman_color_t color; 956 pixman_image_t *pixman_image_create_solid_fill (const pixman_color_t *color); 1119 const pixman_color_t *color, 1126 const pixman_color_t *color,
|
D | pixman-glyph.c | 563 static const pixman_color_t white = { 0xffff, 0xffff, 0xffff, 0xffff }; in add_glyphs()
|
/third_party/weston/tests/ |
D | subsurface-shot-test.c | 102 pixman_color_t *color, int width, int height) in surface_commit_color() 125 pixman_color_t red; in TEST() 126 pixman_color_t blue; in TEST() 127 pixman_color_t cyan; in TEST() 128 pixman_color_t green; in TEST()
|
D | weston-test-client-helper.h | 282 fill_image_with_color(pixman_image_t *image, pixman_color_t *color); 284 pixman_color_t * 285 color_rgb888(pixman_color_t *tmp, uint8_t r, uint8_t g, uint8_t b);
|
D | drm-smoke-test.c | 50 pixman_color_t red; in TEST()
|
D | viewporter-shot-test.c | 60 pixman_color_t color; in TEST()
|
D | weston-test-client-helper.c | 1010 pixman_color_t color = { 16384, 16384, 16384, 16384 }; /* uint16_t */ in create_client_and_test_surface() 1430 pixman_color_t shade_color = { 0, 0, 0, 32768 }; in visualize_image_difference() 1860 fill_image_with_color(pixman_image_t *image, pixman_color_t *color) in fill_image_with_color() 1890 pixman_color_t * 1891 color_rgb888(pixman_color_t *tmp, uint8_t r, uint8_t g, uint8_t b) in color_rgb888()
|
/third_party/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() 378 pixman_color_t fill; in image_init()
|
D | stress-test.c | 618 static pixman_color_t 621 pixman_color_t color = in random_color() 636 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 | solid-test.c | 252 pixman_color_t color; in create_solid_image()
|
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 | cover-test.c | 354 pixman_color_t color; in test_cover()
|
/third_party/weston/libweston/ |
D | pixman-renderer.c | 325 pixman_color_t mask = { 0, }; in repaint_region() 766 pixman_color_t color; in pixman_renderer_surface_set_color()
|