Searched refs:inflectPad (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.h | 83 void cubicTo(const SkPoint[4], float inflectPad = 0.55f, float loopIntersectPad = 2);
|
D | GrCCFillGeometry.cpp | 464 void GrCCFillGeometry::cubicTo(const SkPoint P[4], float inflectPad, float loopIntersectPad) { in cubicTo() argument 508 find_chops_around_inflection_points(inflectPad, t, s, C0, C1, skipTerm, Cdet, &chops); in cubicTo()
|