Searched refs:tan3 (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCGeometry.cpp | 277 const Sk2f& p3, Sk2f& tan0, Sk2f& tan3, Sk2f& c) { in is_cubic_nearly_quadratic() argument 279 tan3 = first_unless_nearly_zero(p3 - p2, p3 - p1); in is_cubic_nearly_quadratic() 282 Sk2f c2 = SkNx_fma(Sk2f(-1.5f), tan3, p3); in is_cubic_nearly_quadratic() 310 Sk2f tan0, tan3, c; in cubicTo() local 311 if (is_cubic_nearly_quadratic(p0, p1, p2, p3, tan0, tan3, c)) { in cubicTo() 463 const Sk2f& tan3, int maxFutureSubdivisions) { in chopCubicAtMidTangent() argument 465 Sk2f n = normalize(tan0) - normalize(tan3); in chopCubicAtMidTangent() 518 Sk2f tan3 = first_unless_nearly_zero(p3 - p2, p3 - p1); in appendMonotonicCubics() local 520 if (!is_convex_curve_monotonic(p0, tan0, p3, tan3)) { in appendMonotonicCubics() 522 tan0, tan3, in appendMonotonicCubics() [all …]
|
D | GrCCGeometry.h | 105 const Sk2f& p3, const Sk2f& tan0, const Sk2f& tan3,
|
/external/skia/src/gpu/ccpr/ |
D | GrCCGeometry.cpp | 277 const Sk2f& p3, Sk2f& tan0, Sk2f& tan3, Sk2f& c) { in is_cubic_nearly_quadratic() argument 279 tan3 = first_unless_nearly_zero(p3 - p2, p3 - p1); in is_cubic_nearly_quadratic() 282 Sk2f c2 = SkNx_fma(Sk2f(-1.5f), tan3, p3); in is_cubic_nearly_quadratic() 310 Sk2f tan0, tan3, c; in cubicTo() local 311 if (is_cubic_nearly_quadratic(p0, p1, p2, p3, tan0, tan3, c)) { in cubicTo() 463 const Sk2f& tan3, int maxFutureSubdivisions) { in chopCubicAtMidTangent() argument 465 Sk2f n = normalize(tan0) - normalize(tan3); in chopCubicAtMidTangent() 518 Sk2f tan3 = first_unless_nearly_zero(p3 - p2, p3 - p1); in appendMonotonicCubics() local 520 if (!is_convex_curve_monotonic(p0, tan0, p3, tan3)) { in appendMonotonicCubics() 522 tan0, tan3, in appendMonotonicCubics() [all …]
|
D | GrCCGeometry.h | 106 const Sk2f& p3, const Sk2f& tan0, const Sk2f& tan3,
|
/external/python/cpython3/Tools/pynche/X/ |
D | rgb.txt | 432 205 133 63 tan3
|
/external/python/cpython2/Tools/pynche/X/ |
D | rgb.txt | 432 205 133 63 tan3
|