Home
last modified time | relevance | path

Searched refs:inflectPad (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCFillGeometry.h83 void cubicTo(const SkPoint[4], float inflectPad = 0.55f, float loopIntersectPad = 2);
DGrCCFillGeometry.cpp464 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()