Home
last modified time | relevance | path

Searched refs:pixman_gradient_stop_t (Results 1 – 19 of 19) sorted by relevance

/third_party/pixman/test/
Dgradient-crash-test.c22 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()
Dstress-test.c642 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()
Dradial-invalid.c24 static const pixman_gradient_stop_t stops[] = in main()
Dradial-perf-test.c11 static const pixman_gradient_stop_t stops[] = { in main()
/third_party/pixman/pixman/
Dpixman-image.c41 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()
Dpixman.h789 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,
Dpixman-conical-gradient.c194 const pixman_gradient_stop_t *stops, in pixman_image_create_conical_gradient()
Dpixman-private.h135 pixman_gradient_stop_t *stops;
320 const pixman_gradient_stop_t *stops,
354 pixman_gradient_stop_t *stops;
Dpixman-linear-gradient.c266 const pixman_gradient_stop_t *stops, in pixman_image_create_linear_gradient()
Dpixman-gradient-walker.c60 pixman_gradient_stop_t *stops = walker->stops; in gradient_walker_reset()
Dpixman-radial-gradient.c466 const pixman_gradient_stop_t *stops, in pixman_image_create_radial_gradient()
/third_party/pixman/demos/
Dlinear-gradient.c11 pixman_gradient_stop_t stops[] = { in main()
Dgradient-test.c16 pixman_gradient_stop_t stops[2] = in main()
Dconical-test.c25 static const pixman_gradient_stop_t stops[] = {
Dclip-test.c29 pixman_gradient_stop_t stops[2] = in main()
Dalpha-test.c20 pixman_gradient_stop_t stops[2] = in main()
Dradial-test.c85 static const pixman_gradient_stop_t stops[NUM_STOPS] = {
Dcomposite-test.c101 pixman_gradient_stop_t stops[6] = in main()
Ddither.c240 pixman_gradient_stop_t stops[] = { in main()