Searched refs:tan1 (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 120 const Sk2f& endPt, const Sk2f& tan1) { in is_convex_curve_monotonic() argument 123 float dot1 = dot(tan1, v); in is_convex_curve_monotonic() 155 Sk2f tan1 = p2 - p1; in appendQuadratics() local 158 if (is_convex_curve_monotonic(p0, tan0, p2, tan1)) { in appendQuadratics() 165 Sk2f n = normalize(tan0) - normalize(tan1); in appendQuadratics() 178 Sk2f dQ1n = (tan0 - tan1) * n; in appendQuadratics() 184 Sk2f p12 = SkNx_fma(t, tan1, p1); in appendQuadratics() 220 const Sk2f& p3, Sk2f* tan0, Sk2f* tan1) { in get_cubic_tangents() argument 222 *tan1 = first_unless_nearly_zero(p3 - p2, p3 - p1); in get_cubic_tangents() 226 const Sk2f& p3, const Sk2f& tan0, const Sk2f& tan1, in is_cubic_nearly_quadratic() argument [all …]
|
D | GrCCStrokeGeometry.cpp | 143 Sk2f tan1 = p2 - p1; in quadraticTo() local 148 (tan1.abs() < SK_ScalarNearlyZero).allTrue()) { // p1 ~= p2 in quadraticTo() 154 normalize2(tan0, tan1, normals); in quadraticTo() 184 rightTan = tan1; in quadraticTo() 260 Sk2f tan1 = p3 - p2; in cubicTo() local 271 if ((tan1.abs() < SK_ScalarNearlyZero).allTrue()) { // p2 ~= p3 in cubicTo() 273 tan1 = p3 - p1; in cubicTo() 274 if ((tan1.abs() < SK_ScalarNearlyZero).allTrue() || // p1 ~= p2 ~= p3 in cubicTo() 282 normalize2(tan0, tan1, normals); in cubicTo() 314 rightTan = tan1; in cubicTo()
|
D | GrCCFillGeometry.h | 106 const Sk2f& tan1, int maxFutureSubdivisions);
|
/third_party/skia/src/core/ |
D | SkGeometry.cpp | 219 SkVector tan1 = src[2] - src[1]; in SkFindQuadMidTangent() local 220 SkVector bisector = SkFindBisector(tan0, -tan1); in SkFindQuadMidTangent() 233 float T = sk_ieee_float_divide(tan0.dot(bisector), (tan0 - tan1).dot(bisector)); in SkFindQuadMidTangent() 613 SkVector tan1 = (src[2] == src[3]) ? src[3] - src[1] : src[3] - src[2]; in SkFindCubicMidTangent() local 614 SkVector bisector = SkFindBisector(tan0, -tan1); in SkFindCubicMidTangent() 1518 SkVector tan1 = fPts[2] - fPts[1]; in findMidTangent() local 1519 SkVector bisector = SkFindBisector(tan0, -tan1); in findMidTangent()
|
/third_party/skia/src/gpu/tessellate/ |
D | StrokeHardwareTessellator.cpp | 540 SkVector tan1 = nextControlPoint - junctionPoint; in internalJoinTo() local 541 float rotation = SkMeasureAngleBetweenVectors(tan0, tan1); in internalJoinTo() 553 SkPoint bisector = SkFindBisector(tan0, tan1); in internalJoinTo()
|
/third_party/python/Tools/pynche/X/ |
D | rgb.txt | 430 255 165 79 tan1
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 342 tan1 ← ㄊㄢ;
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 343 tan1 ← ㄊㄢ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 343 tan1 ← ㄊㄢ;
|