Searched defs:n_stops (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-conical-gradient.c | 192 pixman_image_create_conical_gradient(const pixman_point_fixed_t * center,pixman_fixed_t angle,const pixman_gradient_stop_t * stops,int n_stops) argument
|
| H A D | pixman-linear-gradient.c | 264 pixman_image_create_linear_gradient(const pixman_point_fixed_t * p1,const pixman_point_fixed_t * p2,const pixman_gradient_stop_t * stops,int n_stops) argument
|
| H A D | pixman-radial-gradient.c | 462 pixman_image_create_radial_gradient(const pixman_point_fixed_t * inner,const pixman_point_fixed_t * outer,pixman_fixed_t inner_radius,pixman_fixed_t outer_radius,const pixman_gradient_stop_t * stops,int n_stops) argument
|
| H A D | pixman-image.c | 79 _pixman_init_gradient(gradient_t * gradient,const pixman_gradient_stop_t * stops,int n_stops) argument
|
| H A D | pixman-private.h | 134 int n_stops; member in struct:gradient
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | stress-test.c | 647 create_random_stops (int *n_stops) argument 689 int n_stops; local in function:create_random_linear_image 711 int n_stops; local in function:create_random_radial_image 739 int n_stops; local in function:create_random_conical_image [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_gradient.c | 716 _glamor_gradient_set_stops(PicturePtr src_picture,PictGradient * pgradient,GLfloat * stop_colors,GLfloat * n_stops) argument 810 GLfloat *n_stops = NULL; local in function:glamor_generate_radial_gradient_picture 1118 GLfloat *n_stops = NULL; local in function:glamor_generate_linear_gradient_picture [all...] |
Completed in 14 milliseconds