Lines Matching refs:end
21 * A sweep gradient where the start and end angle are the same.
61 @param pts The start and end points for the gradient.
65 the the colors are distributed evenly between the start and end point.
66 If this is not null, the values must begin with 0, end with 1.0, and
85 @param pts The start and end points for the gradient.
89 the the colors are distributed evenly between the start and end point.
90 If this is not null, the values must begin with 0, end with 1.0, and
115 If this is not null, the values must begin with 0, end with 1.0, and
138 If this is not null, the values must begin with 0, end with 1.0, and
161 const SkPoint& end, SkScalar endRadius,
166 const SkPoint& end, SkScalar endRadius,
169 return MakeTwoPointConical(start, startRadius, end, endRadius, colors, pos, count, mode,
180 const SkPoint& end, SkScalar endRadius,
186 const SkPoint& end, SkScalar endRadius,
190 return MakeTwoPointConical(start, startRadius, end, endRadius, colors,
203 If this is not null, the values must begin with 0, end with 1.0, and
235 If this is not null, the values must begin with 0, end with 1.0, and