Home
last modified time | relevance | path

Searched refs:pixman_point_fixed_t (Results 1 – 25 of 105) sorted by relevance

12345

/dports/x11/pixman/pixman-0.40.0/demos/
H A Dgradient-test.c21 pixman_point_fixed_t p1 = { pixman_double_to_fixed (50), 0 }; in main()
22 pixman_point_fixed_t p2 = { pixman_double_to_fixed (200), 0 }; in main()
39 pixman_point_fixed_t c_inner; in main()
40 pixman_point_fixed_t c_outer; in main()
H A Dclip-test.c35 pixman_point_fixed_t p1 = { 0, 0 }; in main()
36 pixman_point_fixed_t p2 = { pixman_int_to_fixed (WIDTH), in main()
39 pixman_point_fixed_t c_inner; in main()
40 pixman_point_fixed_t c_outer; in main()
H A Dalpha-test.c25 pixman_point_fixed_t p1 = { pixman_double_to_fixed (0), 0 }; in main()
26 pixman_point_fixed_t p2 = { pixman_double_to_fixed (WIDTH), in main()
44 pixman_point_fixed_t c_inner; in main()
45 pixman_point_fixed_t c_outer; in main()
/dports/x11/pixman/pixman-0.40.0/test/
H A Dradial-invalid.c31 static const pixman_point_fixed_t inner = { 0x320000, 0x320000 }; in main()
32 static const pixman_point_fixed_t outer = { 0x320000, 0x3cb074 }; in main()
H A Dradial-perf-test.c7 static const pixman_point_fixed_t inner = { 0x0000, 0x0000 }; in main()
8 static const pixman_point_fixed_t outer = { 0x0000, 0x0000 }; in main()
H A Dgradient-crash-test.c18 pixman_point_fixed_t p0; in main()
19 pixman_point_fixed_t p1; in main()
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/fb/
H A Dfbpict.c111 pixman_point_fixed_t p1; in create_linear_gradient_image()
112 pixman_point_fixed_t p2; in create_linear_gradient_image()
129 pixman_point_fixed_t c1; in create_radial_gradient_image()
130 pixman_point_fixed_t c2; in create_radial_gradient_image()
148 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-trap.c212 const pixman_point_fixed_t *top, *bot; in pixman_line_fixed_edge_init()
551 greater_y (const pixman_point_fixed_t *a, const pixman_point_fixed_t *b) in greater_y()
563 clockwise (const pixman_point_fixed_t *ref, in clockwise()
564 const pixman_point_fixed_t *a, in clockwise()
565 const pixman_point_fixed_t *b) in clockwise()
567 pixman_point_fixed_t ad, bd; in clockwise()
581 const pixman_point_fixed_t *top, *left, *right, *tmp; in triangle_to_trapezoids()
/dports/www/firefox/firefox-99.0/gfx/cairo/libpixman/src/
H A Dpixman-trap.c212 const pixman_point_fixed_t *top, *bot; in pixman_line_fixed_edge_init()
551 greater_y (const pixman_point_fixed_t *a, const pixman_point_fixed_t *b) in greater_y()
563 clockwise (const pixman_point_fixed_t *ref, in clockwise()
564 const pixman_point_fixed_t *a, in clockwise()
565 const pixman_point_fixed_t *b) in clockwise()
567 pixman_point_fixed_t ad, bd; in clockwise()
581 const pixman_point_fixed_t *top, *left, *right, *tmp; in triangle_to_trapezoids()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-trap.c212 const pixman_point_fixed_t *top, *bot; in pixman_line_fixed_edge_init()
551 greater_y (const pixman_point_fixed_t *a, const pixman_point_fixed_t *b) in greater_y()
563 clockwise (const pixman_point_fixed_t *ref, in clockwise()
564 const pixman_point_fixed_t *a, in clockwise()
565 const pixman_point_fixed_t *b) in clockwise()
567 pixman_point_fixed_t ad, bd; in clockwise()
581 const pixman_point_fixed_t *top, *left, *right, *tmp; in triangle_to_trapezoids()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/libpixman/src/
H A Dpixman-trap.c212 const pixman_point_fixed_t *top, *bot; in pixman_line_fixed_edge_init()
551 greater_y (const pixman_point_fixed_t *a, const pixman_point_fixed_t *b) in greater_y()
563 clockwise (const pixman_point_fixed_t *ref, in clockwise()
564 const pixman_point_fixed_t *a, in clockwise()
565 const pixman_point_fixed_t *b) in clockwise()
567 pixman_point_fixed_t ad, bd; in clockwise()
581 const pixman_point_fixed_t *top, *left, *right, *tmp; in triangle_to_trapezoids()
H A Dpixman.h150 typedef struct pixman_point_fixed pixman_point_fixed_t; typedef
171 pixman_point_fixed_t p1, p2;
770 pixman_image_t *pixman_image_create_linear_gradient (const pixman_point_fixed_t *p1,
771 const pixman_point_fixed_t *p2,
774 pixman_image_t *pixman_image_create_radial_gradient (const pixman_point_fixed_t *inner,
775 const pixman_point_fixed_t *outer,
780 pixman_image_t *pixman_image_create_conical_gradient (const pixman_point_fixed_t *center,
1031 pixman_point_fixed_t p1, p2, p3;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/libpixman/src/
H A Dpixman-trap.c212 const pixman_point_fixed_t *top, *bot; in pixman_line_fixed_edge_init()
551 greater_y (const pixman_point_fixed_t *a, const pixman_point_fixed_t *b) in greater_y()
563 clockwise (const pixman_point_fixed_t *ref, in clockwise()
564 const pixman_point_fixed_t *a, in clockwise()
565 const pixman_point_fixed_t *b) in clockwise()
567 pixman_point_fixed_t ad, bd; in clockwise()
581 const pixman_point_fixed_t *top, *left, *right, *tmp; in triangle_to_trapezoids()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/libpixman/src/
H A Dpixman-trap.c212 const pixman_point_fixed_t *top, *bot; in pixman_line_fixed_edge_init()
551 greater_y (const pixman_point_fixed_t *a, const pixman_point_fixed_t *b) in greater_y()
563 clockwise (const pixman_point_fixed_t *ref, in clockwise()
564 const pixman_point_fixed_t *a, in clockwise()
565 const pixman_point_fixed_t *b) in clockwise()
567 pixman_point_fixed_t ad, bd; in clockwise()
581 const pixman_point_fixed_t *top, *left, *right, *tmp; in triangle_to_trapezoids()
/dports/x11/pixman/pixman-0.40.0/pixman/
H A Dpixman-trap.c212 const pixman_point_fixed_t *top, *bot; in pixman_line_fixed_edge_init()
551 greater_y (const pixman_point_fixed_t *a, const pixman_point_fixed_t *b) in greater_y()
563 clockwise (const pixman_point_fixed_t *ref, in clockwise()
564 const pixman_point_fixed_t *a, in clockwise()
565 const pixman_point_fixed_t *b) in clockwise()
567 pixman_point_fixed_t ad, bd; in clockwise()
581 const pixman_point_fixed_t *top, *left, *right, *tmp; in triangle_to_trapezoids()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/fb/
H A Dfbpict.c233 pixman_point_fixed_t p1; in create_linear_gradient_image()
234 pixman_point_fixed_t p2; in create_linear_gradient_image()
251 pixman_point_fixed_t c1; in create_radial_gradient_image()
252 pixman_point_fixed_t c2; in create_radial_gradient_image()
270 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/x11-servers/xephyr/xorg-server-1.20.13/fb/
H A Dfbpict.c233 pixman_point_fixed_t p1; in create_linear_gradient_image()
234 pixman_point_fixed_t p2; in create_linear_gradient_image()
251 pixman_point_fixed_t c1; in create_radial_gradient_image()
252 pixman_point_fixed_t c2; in create_radial_gradient_image()
270 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/fb/
H A Dfbpict.c233 pixman_point_fixed_t p1; in create_linear_gradient_image()
234 pixman_point_fixed_t p2; in create_linear_gradient_image()
251 pixman_point_fixed_t c1; in create_radial_gradient_image()
252 pixman_point_fixed_t c2; in create_radial_gradient_image()
270 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/fb/
H A Dfbpict.c233 pixman_point_fixed_t p1; in create_linear_gradient_image()
234 pixman_point_fixed_t p2; in create_linear_gradient_image()
251 pixman_point_fixed_t c1; in create_radial_gradient_image()
252 pixman_point_fixed_t c2; in create_radial_gradient_image()
270 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/fb/
H A Dfbpict.c233 pixman_point_fixed_t p1; in create_linear_gradient_image()
234 pixman_point_fixed_t p2; in create_linear_gradient_image()
251 pixman_point_fixed_t c1; in create_radial_gradient_image()
252 pixman_point_fixed_t c2; in create_radial_gradient_image()
270 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/fb/
H A Dfbpict.c233 pixman_point_fixed_t p1; in create_linear_gradient_image()
234 pixman_point_fixed_t p2; in create_linear_gradient_image()
251 pixman_point_fixed_t c1; in create_radial_gradient_image()
252 pixman_point_fixed_t c2; in create_radial_gradient_image()
270 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/x11-servers/xarcan/xarcan-0.6.0/fb/
H A Dfbpict.c233 pixman_point_fixed_t p1; in create_linear_gradient_image()
234 pixman_point_fixed_t p2; in create_linear_gradient_image()
251 pixman_point_fixed_t c1; in create_radial_gradient_image()
252 pixman_point_fixed_t c2; in create_radial_gradient_image()
270 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/fb/
H A Dfbpict.c233 pixman_point_fixed_t p1; in create_linear_gradient_image()
234 pixman_point_fixed_t p2; in create_linear_gradient_image()
251 pixman_point_fixed_t c1; in create_radial_gradient_image()
252 pixman_point_fixed_t c2; in create_radial_gradient_image()
270 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/x11-servers/xwayland/xorg-server-1.20.13/fb/
H A Dfbpict.c233 pixman_point_fixed_t p1; in create_linear_gradient_image()
234 pixman_point_fixed_t p2; in create_linear_gradient_image()
251 pixman_point_fixed_t c1; in create_radial_gradient_image()
252 pixman_point_fixed_t c2; in create_radial_gradient_image()
270 pixman_point_fixed_t center; in create_conical_gradient_image()
/dports/games/libretro-2048/libretro-2048-35a299c/pixman/pixman/
H A Dpixman.h145 typedef struct pixman_point_fixed pixman_point_fixed_t; typedef
166 pixman_point_fixed_t p1, p2;
719 pixman_image_t *pixman_image_create_linear_gradient (pixman_point_fixed_t *p1,
720 pixman_point_fixed_t *p2,
723 pixman_image_t *pixman_image_create_radial_gradient (pixman_point_fixed_t *inner,
724 pixman_point_fixed_t *outer,
729 pixman_image_t *pixman_image_create_conical_gradient (pixman_point_fixed_t *center,

12345