Lines Matching defs:end
152 // check if we need to add in start and/or end position/colors
511 // Both these arrays could end up shorter if any hard stops share the same t.
716 // And account for any implicit intervals at the start or end of the positions
877 // are divided by the line perpendicular to the start and end point, which becomes undefined
878 // once start and end are exactly the same, so just use the end color for a stable solution.
936 const SkPoint& end,
945 return MakeTwoPointConical(start, startRadius, end, endRadius, converter.fColors4f.begin(),
951 const SkPoint& end,
966 if (SkScalarNearlyZero((start - end).length(), kDegenerateThreshold)) {
1007 return SkTwoPointConicalGradient::Create(start, startRadius, end, endRadius, desc);