Home | History | Annotate | Download | only in effects

Lines Matching refs:startRadius

1211     Two_Point_Radial_Gradient(const SkPoint& start, SkScalar startRadius,
1219 fDiffRadius = endRadius - startRadius;
1223 fStartRadius = SkScalarMul(startRadius, inv);
1246 SkFixed startRadius = SkScalarToFixed(fStartRadius);
1268 SkFixedMul(diffy, fy) - startRadius) << 1;
1319 SkFixedMul(diffy, fy) - startRadius) << 1;
1774 SkScalar startRadius,
1783 if (startRadius < 0 || endRadius < 0 || NULL == colors || colorCount < 1) {
1789 (start, startRadius, end, endRadius, colors, pos, colorCount, mode, mapper));