HomeSort by: relevance | last modified time | path
    Searched refs:pixman_point_fixed_t (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/pixman/dist/demos/
clip-test.c 35 pixman_point_fixed_t p1 = { 0, 0 };
36 pixman_point_fixed_t p2 = { pixman_int_to_fixed (WIDTH),
39 pixman_point_fixed_t c_inner;
40 pixman_point_fixed_t c_outer;
gradient-test.c 21 pixman_point_fixed_t p1 = { pixman_double_to_fixed (50), 0 };
22 pixman_point_fixed_t p2 = { pixman_double_to_fixed (200), 0 };
39 pixman_point_fixed_t c_inner;
40 pixman_point_fixed_t c_outer;
alpha-test.c 25 pixman_point_fixed_t p1 = { pixman_double_to_fixed (0), 0 };
26 pixman_point_fixed_t p2 = { pixman_double_to_fixed (WIDTH),
44 pixman_point_fixed_t c_inner;
45 pixman_point_fixed_t c_outer;
linear-gradient.c 22 pixman_point_fixed_t p1, p2;
composite-test.c 98 pixman_point_fixed_t p1 = { -10 << 16, 10 << 16 };
99 pixman_point_fixed_t p2 = { (WIDTH + 10) << 16, (HEIGHT - 10) << 16 };
conical-test.c 37 pixman_point_fixed_t c;
radial-test.c 94 pixman_point_fixed_t p0, p1;
dither.c 245 pixman_point_fixed_t p1, p2;
  /xsrc/external/mit/pixman/dist/test/
radial-invalid.c 31 static const pixman_point_fixed_t inner = { 0x320000, 0x320000 };
32 static const pixman_point_fixed_t outer = { 0x320000, 0x3cb074 };
radial-perf-test.c 7 static const pixman_point_fixed_t inner = { 0x0000, 0x0000 };
8 static const pixman_point_fixed_t outer = { 0x0000, 0x0000 };
gradient-crash-test.c 18 pixman_point_fixed_t p0;
19 pixman_point_fixed_t p1;
stress-test.c 675 static pixman_point_fixed_t
678 pixman_point_fixed_t p;
691 pixman_point_fixed_t p1, p2;
713 pixman_point_fixed_t inner_c, outer_c;
740 pixman_point_fixed_t c;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbpict.c 111 pixman_point_fixed_t p1;
112 pixman_point_fixed_t p2;
129 pixman_point_fixed_t c1;
130 pixman_point_fixed_t c2;
148 pixman_point_fixed_t center;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbpict.c 111 pixman_point_fixed_t p1;
112 pixman_point_fixed_t p2;
129 pixman_point_fixed_t c1;
130 pixman_point_fixed_t c2;
148 pixman_point_fixed_t center;
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbpict.c 103 pixman_point_fixed_t p1;
104 pixman_point_fixed_t p2;
119 pixman_point_fixed_t c1;
120 pixman_point_fixed_t c2;
137 pixman_point_fixed_t center;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-trap.c 212 const pixman_point_fixed_t *top, *bot;
551 greater_y (const pixman_point_fixed_t *a, const pixman_point_fixed_t *b)
563 clockwise (const pixman_point_fixed_t *ref,
564 const pixman_point_fixed_t *a,
565 const pixman_point_fixed_t *b)
567 pixman_point_fixed_t ad, bd;
581 const pixman_point_fixed_t *top, *left, *right, *tmp;
pixman-linear-gradient.c 264 pixman_image_create_linear_gradient (const pixman_point_fixed_t * p1,
265 const pixman_point_fixed_t * p2,
pixman-conical-gradient.c 192 pixman_image_create_conical_gradient (const pixman_point_fixed_t * center,
pixman-radial-gradient.c 462 pixman_image_create_radial_gradient (const pixman_point_fixed_t * inner,
463 const pixman_point_fixed_t * outer,
pixman.h 145 typedef struct pixman_point_fixed pixman_point_fixed_t; typedef in typeref:struct:pixman_point_fixed
166 pixman_point_fixed_t p1, p2;
1149 pixman_image_t *pixman_image_create_linear_gradient (const pixman_point_fixed_t *p1,
1150 const pixman_point_fixed_t *p2,
1155 pixman_image_t *pixman_image_create_radial_gradient (const pixman_point_fixed_t *inner,
1156 const pixman_point_fixed_t *outer,
1163 pixman_image_t *pixman_image_create_conical_gradient (const pixman_point_fixed_t *center,
1519 pixman_point_fixed_t p1, p2, p3;
pixman-private.h 141 pixman_point_fixed_t p1;
142 pixman_point_fixed_t p2;
168 pixman_point_fixed_t center;
  /xsrc/external/mit/xorg-server/dist/fb/
fbpict.c 233 pixman_point_fixed_t p1;
234 pixman_point_fixed_t p2;
251 pixman_point_fixed_t c1;
252 pixman_point_fixed_t c2;
270 pixman_point_fixed_t center;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_gradient.c 120 pixman_point_fixed_t p1, p2;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_gradient.c 120 pixman_point_fixed_t p1, p2;

Completed in 16 milliseconds