Searched refs:rad1 (Results 1 – 3 of 3) sorted by relevance
31 const SkPoint& center1, SkScalar rad1,
81 const SkPoint& center1, SkScalar rad1, in init() argument88 fDRadius = SkScalarToFloat(rad1) - fRadius; in init()
133 static double compute_min_scale(double rad1, double rad2, double limit, double curMin) { in compute_min_scale() argument134 if ((rad1 + rad2) > limit) { in compute_min_scale()135 return SkTMin(curMin, limit / (rad1 + rad2)); in compute_min_scale()