Searched refs:c_outer (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/pixman/dist/demos/
H A Dclip-test.c40 pixman_point_fixed_t c_outer; local in function:main
55 c_outer.x = pixman_double_to_fixed (100.0);
56 c_outer.y = pixman_double_to_fixed (100.0);
60 gradient_img = pixman_image_create_radial_gradient (&c_inner, &c_outer,
H A Dgradient-test.c40 pixman_point_fixed_t c_outer;
56 c_outer.x = pixman_double_to_fixed (50.0);
57 c_outer.y = pixman_double_to_fixed (50.0);
67 src_img = pixman_image_create_linear_gradient (&c_inner, &c_outer,
H A Dalpha-test.c45 pixman_point_fixed_t c_outer;
77 c_outer.x = pixman_double_to_fixed (50.0);
78 c_outer.y = pixman_double_to_fixed (50.0);
88 grad_img = pixman_image_create_linear_gradient (&c_inner, &c_outer,

Completed in 3 milliseconds