Searched defs:tan0 (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 119 static inline bool is_convex_curve_monotonic(const Sk2f& startPt, const Sk2f& tan0, in is_convex_curve_monotonic() 154 Sk2f tan0 = p1 - p0; 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() 673 const Sk2f& p3, const Sk2f& tan0, in chopAndAppendCubicAtMidTangent() 700 Sk2f tan0 = p1 - p0; in conicTo() local
|
D | GrCCStrokeGeometry.cpp | 142 Sk2f tan0 = p1 - p0; in quadraticTo() local 259 Sk2f tan0 = p1 - p0; in cubicTo() local
|
/third_party/skia/src/core/ |
D | SkGeometry.cpp | 218 SkVector tan0 = src[1] - src[0]; in SkFindQuadMidTangent() local 612 SkVector tan0 = (src[0] == src[1]) ? src[2] - src[0] : src[1] - src[0]; in SkFindCubicMidTangent() local 1517 SkVector tan0 = fPts[1] - fPts[0]; in findMidTangent() local
|
/third_party/skia/src/gpu/geometry/ |
D | GrPathUtils.cpp | 657 float2 tan0 = skvx::if_then_else(C != 0, C, p2 - p0); in findCubicConvex180Chops() local
|
/third_party/skia/src/gpu/tessellate/ |
D | StrokeHardwareTessellator.cpp | 539 SkVector tan0 = junctionPoint - fLastControlPoint; in internalJoinTo() local
|