Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/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.c764 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()
Dpixman.h144 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,
Dpixman-glyph.c563 static const pixman_color_t white = { 0xffff, 0xffff, 0xffff, 0xffff }; in add_glyphs()
/third_party/weston/tests/
Dsubsurface-shot-test.c102 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()
Dweston-test-client-helper.h282 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);
Ddrm-smoke-test.c50 pixman_color_t red; in TEST()
Dviewporter-shot-test.c60 pixman_color_t color; in TEST()
Dweston-test-client-helper.c1010 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/
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()
378 pixman_color_t fill; in image_init()
Dstress-test.c618 static pixman_color_t
621 pixman_color_t color = in random_color()
636 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()
Dsolid-test.c252 pixman_color_t color; in create_solid_image()
Dcomposite-traps-test.c66 static pixman_color_t colors[] = in test_composite()
Dglyph-test.c127 pixman_color_t color; in create_image()
Dcover-test.c354 pixman_color_t color; in test_cover()
/third_party/weston/libweston/
Dpixman-renderer.c325 pixman_color_t mask = { 0, }; in repaint_region()
766 pixman_color_t color; in pixman_renderer_surface_set_color()

12