Searched refs:padRadius (Results 1 – 1 of 1) sorted by relevance
248 static inline void find_chops_around_inflection_points(float padRadius, Sk2f tl, Sk2f sl, in find_chops_around_inflection_points() argument253 SkASSERT(padRadius >= 0); in find_chops_around_inflection_points()255 padRadius /= std::abs(Cdet); // Scale this single value rather than all of C^-1 later on. in find_chops_around_inflection_points()294 Sk2f pad = Lwidth * padRadius; in find_chops_around_inflection_points()333 static inline void find_chops_around_loop_intersection(float padRadius, Sk2f t2, Sk2f s2, in find_chops_around_loop_intersection() argument338 SkASSERT(padRadius >= 0); in find_chops_around_loop_intersection()340 padRadius /= std::abs(Cdet); // Scale this single value rather than all of C^-1 later on. in find_chops_around_loop_intersection()380 Sk2f pad = Lwidth * padRadius; in find_chops_around_loop_intersection()