Searched defs:tan1 (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 120 const Sk2f& endPt, const Sk2f& tan1) { in is_convex_curve_monotonic() 155 Sk2f tan1 = p2 - p1; in appendQuadratics() local 220 const Sk2f& p3, Sk2f* tan0, Sk2f* tan1) { in get_cubic_tangents() 226 const Sk2f& p3, const Sk2f& tan0, const Sk2f& tan1, in is_cubic_nearly_quadratic() 483 Sk2f tan0, tan1, c; in cubicTo() local 590 Sk2f tan0, tan1; in appendCubics() local 636 static inline float find_midtangent(const Sk2f& tan0, const Sk2f& tan1, in find_midtangent() 674 const Sk2f& tan1, in chopAndAppendCubicAtMidTangent() 701 Sk2f tan1 = p2 - p1; in conicTo() local
|
D | GrCCStrokeGeometry.cpp | 144 Sk2f tan1 = p2 - p1; in quadraticTo() local 261 Sk2f tan1 = p3 - p2; in cubicTo() local
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 120 const Sk2f& endPt, const Sk2f& tan1) { in is_convex_curve_monotonic() 155 Sk2f tan1 = p2 - p1; in appendQuadratics() local 220 const Sk2f& p3, Sk2f* tan0, Sk2f* tan1) { in get_cubic_tangents() 226 const Sk2f& p3, const Sk2f& tan0, const Sk2f& tan1, in is_cubic_nearly_quadratic() 483 Sk2f tan0, tan1, c; in cubicTo() local 590 Sk2f tan0, tan1; in appendCubics() local 636 static inline float find_midtangent(const Sk2f& tan0, const Sk2f& tan1, in find_midtangent() 674 const Sk2f& tan1, in chopAndAppendCubicAtMidTangent() 701 Sk2f tan1 = p2 - p1; in conicTo() local
|
D | GrCCStrokeGeometry.cpp | 144 Sk2f tan1 = p2 - p1; in quadraticTo() local 261 Sk2f tan1 = p3 - p2; in cubicTo() local
|