Lines Matching full:center
54 Returns a shader that generates a radial gradient given the center
57 @param center The center of the circle for this gradient
61 between the center and edge of the circle
65 distributed evenly between the center and edge of
74 sk_shader_t* sk_shader_new_radial_gradient(const sk_point_t* center,
83 Returns a shader that generates a sweep gradient given a center.
85 @param center The coordinates of the center of the sweep
87 the center.
91 distributed evenly between the center and edge of
99 sk_shader_t* sk_shader_new_sweep_gradient(const sk_point_t* center,
111 Returns a shader that generates a sweep gradient given a center.