Searched refs:pixman_gradient_stop_t (Results 1 – 19 of 19) sorted by relevance
/third_party/pixman/test/ |
D | gradient-crash-test.c | 22 pixman_gradient_stop_t onestop[1] = in main() 27 pixman_gradient_stop_t subsetstops[2] = in main() 33 pixman_gradient_stop_t stops01[2] = in main() 103 pixman_gradient_stop_t *stops; in main()
|
D | stress-test.c | 642 static pixman_gradient_stop_t * 648 pixman_gradient_stop_t *stops; in create_random_stops() 654 stops = malloc (*n_stops * sizeof (pixman_gradient_stop_t)); in create_random_stops() 686 pixman_gradient_stop_t *stops; in create_random_linear_image() 708 pixman_gradient_stop_t *stops; in create_random_radial_image() 734 pixman_gradient_stop_t *stops; in create_random_conical_image()
|
D | radial-invalid.c | 24 static const pixman_gradient_stop_t stops[] = in main()
|
D | radial-perf-test.c | 11 static const pixman_gradient_stop_t stops[] = { in main()
|
/third_party/pixman/pixman/ |
D | pixman-image.c | 41 pixman_gradient_stop_t *stops = gradient->stops; in gradient_property_changed() 42 pixman_gradient_stop_t *begin = &(gradient->stops[-1]); in gradient_property_changed() 43 pixman_gradient_stop_t *end = &(gradient->stops[n]); in gradient_property_changed() 80 const pixman_gradient_stop_t *stops, in _pixman_init_gradient() 96 pixman_malloc_ab (n_stops + 2, sizeof (pixman_gradient_stop_t)); in _pixman_init_gradient() 101 memcpy (gradient->stops, stops, n_stops * sizeof (pixman_gradient_stop_t)); in _pixman_init_gradient()
|
D | pixman.h | 789 typedef struct pixman_gradient_stop pixman_gradient_stop_t; typedef 961 const pixman_gradient_stop_t *stops, 969 const pixman_gradient_stop_t *stops, 975 const pixman_gradient_stop_t *stops,
|
D | pixman-conical-gradient.c | 194 const pixman_gradient_stop_t *stops, in pixman_image_create_conical_gradient()
|
D | pixman-private.h | 135 pixman_gradient_stop_t *stops; 320 const pixman_gradient_stop_t *stops, 354 pixman_gradient_stop_t *stops;
|
D | pixman-linear-gradient.c | 266 const pixman_gradient_stop_t *stops, in pixman_image_create_linear_gradient()
|
D | pixman-gradient-walker.c | 60 pixman_gradient_stop_t *stops = walker->stops; in gradient_walker_reset()
|
D | pixman-radial-gradient.c | 466 const pixman_gradient_stop_t *stops, in pixman_image_create_radial_gradient()
|
/third_party/pixman/demos/ |
D | linear-gradient.c | 11 pixman_gradient_stop_t stops[] = { in main()
|
D | gradient-test.c | 16 pixman_gradient_stop_t stops[2] = in main()
|
D | conical-test.c | 25 static const pixman_gradient_stop_t stops[] = {
|
D | clip-test.c | 29 pixman_gradient_stop_t stops[2] = in main()
|
D | alpha-test.c | 20 pixman_gradient_stop_t stops[2] = in main()
|
D | radial-test.c | 85 static const pixman_gradient_stop_t stops[NUM_STOPS] = {
|
D | composite-test.c | 101 pixman_gradient_stop_t stops[6] = in main()
|
D | dither.c | 240 pixman_gradient_stop_t stops[] = { in main()
|