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

  /xsrc/external/mit/pixman/dist/test/
gradient-crash-test.c 40 { { { pixman_double_to_fixed (0), 0 },
41 { pixman_double_to_fixed (WIDTH / 8.), pixman_int_to_fixed (0) } },
42 { { pixman_double_to_fixed (WIDTH / 2.0), pixman_double_to_fixed (HEIGHT / 2.0) },
43 { pixman_double_to_fixed (WIDTH / 2.0), pixman_double_to_fixed (HEIGHT / 2.0) } }
48 { { pixman_double_to_fixed (2), pixman_double_to_fixed (0.5), pixman_double_to_fixed (-100), },
49 { pixman_double_to_fixed (0), pixman_double_to_fixed (3), pixman_double_to_fixed (0), }
    [all...]
filter-reduction-test.c 7 pixman_double_to_fixed (-1.0),
8 pixman_double_to_fixed (-0.5),
9 pixman_double_to_fixed (-1/3.0),
10 pixman_double_to_fixed (0.0),
11 pixman_double_to_fixed (0.5),
12 pixman_double_to_fixed (1.0),
13 pixman_double_to_fixed (1.5),
14 pixman_double_to_fixed (2.0),
15 pixman_double_to_fixed (3.0),
a1-trap-test.c 24 trap.top.l = pixman_double_to_fixed (0.5);
25 trap.top.r = pixman_double_to_fixed (1.5);
26 trap.top.y = pixman_double_to_fixed (0.5);
28 trap.bot.l = pixman_double_to_fixed (0.5);
29 trap.bot.r = pixman_double_to_fixed (1.5);
30 trap.bot.y = pixman_double_to_fixed (1.5);
scaling-crash-test.c 42 #define D(f) (pixman_double_to_fixed (f) + 0x0001)
alphamap.c 227 pixman_transform_rotate (&t1, NULL, pixman_double_to_fixed (0.5), pixman_double_to_fixed (0.11));
affine-bench.c 263 *value = pixman_double_to_fixed (strtod (arg, &tailptr));
  /xsrc/external/mit/pixman/dist/demos/
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 };
25 { { pixman_double_to_fixed (2), pixman_double_to_fixed (0.5), pixman_double_to_fixed (-100), },
26 { pixman_double_to_fixed (0), pixman_double_to_fixed (3), pixman_double_to_fixed (0), },
27 { pixman_double_to_fixed (0), pixman_double_to_fixed (0.000), pixman_double_to_fixed (1.0) }
    [all...]
clip-test.c 45 { { pixman_double_to_fixed (1.3), pixman_double_to_fixed (0), pixman_double_to_fixed (-0.5), },
46 { pixman_double_to_fixed (0), pixman_double_to_fixed (1), pixman_double_to_fixed (-0.5), },
47 { pixman_double_to_fixed (0), pixman_double_to_fixed (0), pixman_double_to_fixed (1.0) }
53 c_inner.x = pixman_double_to_fixed (100.0)
    [all...]
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),
30 { { pixman_double_to_fixed (2), pixman_double_to_fixed (0.5), pixman_double_to_fixed (-100), },
31 { pixman_double_to_fixed (0), pixman_double_to_fixed (3), pixman_double_to_fixed (0), },
32 { pixman_double_to_fixed (0), pixman_double_to_fixed (0.000), pixman_double_to_fixed (1.0) }
    [all...]
clip-in.c 22 { pixman_double_to_fixed (1.0), pixman_double_to_fixed (0), pixman_double_to_fixed (-0.1), },
23 { pixman_double_to_fixed (0), pixman_double_to_fixed (1), pixman_double_to_fixed (-0.1), },
24 { pixman_double_to_fixed (0), pixman_double_to_fixed (0), pixman_double_to_fixed (1.0) }
conical-test.c 15 { pixman_double_to_fixed (offset), \
40 c.x = pixman_double_to_fixed (0);
41 c.y = pixman_double_to_fixed (0);
46 &c, pixman_double_to_fixed (angle), stops, NUM_STOPS);
67 pixman_double_to_fixed (0.5),
68 pixman_double_to_fixed (0.5));
71 pixman_double_to_fixed (SIZE),
72 pixman_double_to_fixed (SIZE));
74 pixman_double_to_fixed (0.5),
75 pixman_double_to_fixed (0.5))
    [all...]
radial-test.c 76 { pixman_double_to_fixed (offset), \
116 p0.x = pixman_double_to_fixed (x0);
117 p0.y = pixman_double_to_fixed (0);
119 p1.x = pixman_double_to_fixed (x1);
120 p1.y = pixman_double_to_fixed (0);
122 r0 = pixman_double_to_fixed (radius0);
123 r1 = pixman_double_to_fixed (radius1);
162 pixman_double_to_fixed (0.5),
163 pixman_double_to_fixed (0.5));
166 pixman_double_to_fixed (SIZE)
    [all...]
tri-test.c 14 { pixman_double_to_fixed ((x)), pixman_double_to_fixed ((y)) }
checkerboard.c 15 #define D2F(d) (pixman_double_to_fixed(d))
convolution-test.c 12 #define d2f pixman_double_to_fixed
srgb-trap-test.c 6 pixman_double_to_fixed (x)
composite-test.c 90 #define d2f pixman_double_to_fixed
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen4_source.c 161 channel->embedded_transform.matrix[0][0] = pixman_double_to_fixed(dx);
162 channel->embedded_transform.matrix[0][1] = pixman_double_to_fixed(dy);
163 channel->embedded_transform.matrix[0][2] = pixman_double_to_fixed(channel->u.linear.offset);
167 channel->embedded_transform.matrix[1][2] = pixman_double_to_fixed(.5);
blt.c 1706 const pixman_fixed_t ux = pixman_double_to_fixed(t->m[0][0]);
1707 const pixman_fixed_t uy = pixman_double_to_fixed(t->m[1][0]);
1724 x = pixman_double_to_fixed(v.v[0]);
1726 y = pixman_double_to_fixed(v.v[1]);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen4_source.c 161 channel->embedded_transform.matrix[0][0] = pixman_double_to_fixed(dx);
162 channel->embedded_transform.matrix[0][1] = pixman_double_to_fixed(dy);
163 channel->embedded_transform.matrix[0][2] = pixman_double_to_fixed(channel->u.linear.offset);
167 channel->embedded_transform.matrix[1][2] = pixman_double_to_fixed(.5);
  /xsrc/external/mit/pixman/dist/pixman/
pixman-conical-gradient.c 116 (pixman_fixed_48_16_t)pixman_double_to_fixed (t),
152 (pixman_fixed_48_16_t)pixman_double_to_fixed (t),
pixman.h 132 #define pixman_double_to_fixed(d) ((pixman_fixed_t) ((d) * 65536.0)) macro
  /xsrc/external/mit/xorg-server/dist/dix/
inpututils.c 1046 return pixman_double_to_fixed(in);

Completed in 36 milliseconds