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

  /external/pixman/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...]
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 200 pixman_transform_rotate (&t1, NULL, pixman_double_to_fixed (0.5), pixman_double_to_fixed (0.11));
  /external/pixman/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...]