OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_outer
(Results
1 - 3
of
3
) sorted by null
/external/pixman/demos/
clip-test.c
40
pixman_point_fixed_t
c_outer
;
local
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
,
gradient-test.c
40
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
,
alpha-test.c
45
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 48 milliseconds