Searched refs:Cdet (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 250 ExcludedTerm skipTerm, float Cdet, in find_chops_around_inflection_points() argument 255 padRadius /= std::abs(Cdet); // Scale this single value rather than all of C^-1 later on. in find_chops_around_inflection_points() 335 ExcludedTerm skipTerm, float Cdet, in find_chops_around_loop_intersection() argument 340 padRadius /= std::abs(Cdet); // Scale this single value rather than all of C^-1 later on. in find_chops_around_loop_intersection() 504 float Cdet = C0x1[0] - C0x1[1]; in cubicTo() local 508 find_chops_around_inflection_points(inflectPad, t, s, C0, C1, skipTerm, Cdet, &chops); in cubicTo() 510 find_chops_around_loop_intersection(loopIntersectPad, t, s, C0, C1, skipTerm, Cdet, &chops); in cubicTo()
|