HomeSort by relevance Sort by last modified time
    Searched refs:pixman_point_fixed_t (Results 1 - 16 of 16) sorted by null

  /external/pixman/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;
  /external/pixman/test/
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 634 static pixman_point_fixed_t
637 pixman_point_fixed_t p;
650 pixman_point_fixed_t p1, p2;
672 pixman_point_fixed_t inner_c, outer_c;
699 pixman_point_fixed_t c;
  /external/pixman/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 259 pixman_image_create_linear_gradient (const pixman_point_fixed_t * p1,
260 const pixman_point_fixed_t * p2,
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;
765 pixman_image_t *pixman_image_create_linear_gradient (const pixman_point_fixed_t *p1,
766 const pixman_point_fixed_t *p2,
769 pixman_image_t *pixman_image_create_radial_gradient (const pixman_point_fixed_t *inner,
770 const pixman_point_fixed_t *outer,
775 pixman_image_t *pixman_image_create_conical_gradient (const pixman_point_fixed_t *center,
    [all...]
pixman-conical-gradient.c 184 pixman_image_create_conical_gradient (const pixman_point_fixed_t * center,
pixman-radial-gradient.c 424 pixman_image_create_radial_gradient (const pixman_point_fixed_t * inner,
425 const pixman_point_fixed_t * outer,
pixman-private.h 142 pixman_point_fixed_t p1;
143 pixman_point_fixed_t p2;
169 pixman_point_fixed_t center;
    [all...]

Completed in 919 milliseconds