Searched refs:padRadius (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 248 static inline void find_chops_around_inflection_points(float padRadius, Sk2f tl, Sk2f sl, in find_chops_around_inflection_points() argument 253 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() argument 338 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()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 248 static inline void find_chops_around_inflection_points(float padRadius, Sk2f tl, Sk2f sl, in find_chops_around_inflection_points() argument 253 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() argument 338 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()
|