Searched refs:t2e (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDQuadIntersection.cpp | 149 double t2s, double t2e, SkIntersections* i, bool* subDivide) { in is_linear_inner() argument 169 if (approximately_negative(t - t2s) || approximately_positive(t - t2e)) { in is_linear_inner() 193 end = q2.ptAtT(t2e); in is_linear_inner() 196 tMax = t2e; in is_linear_inner()
|
D | SkDCubicIntersection.cpp | 77 double t2s, double t2e, double precisionScale, SkIntersections& i) { in intersect() argument 80 SkDCubic c2 = cubic2.subDivide(t2s, t2e); in intersect() 97 const double t2 = t2s + (t2e - t2s) * tEnd2; in intersect()
|
/external/skia/src/pathops/ |
D | SkDQuadIntersection.cpp | 149 double t2s, double t2e, SkIntersections* i, bool* subDivide) { in is_linear_inner() argument 169 if (approximately_negative(t - t2s) || approximately_positive(t - t2e)) { in is_linear_inner() 193 end = q2.ptAtT(t2e); in is_linear_inner() 196 tMax = t2e; in is_linear_inner()
|
D | SkDCubicIntersection.cpp | 77 double t2s, double t2e, double precisionScale, SkIntersections& i) { in intersect() argument 80 SkDCubic c2 = cubic2.subDivide(t2s, t2e); in intersect() 97 const double t2 = t2s + (t2e - t2s) * tEnd2; in intersect()
|
/external/skia/experimental/Intersection/ |
D | QuadraticImplicit.cpp | 157 double t2s, double t2e, Intersections& i, bool* subDivide) { in isLinearInner() argument 175 if (approximately_negative(t - t2s) || approximately_positive(t - t2e)) { in isLinearInner() 199 xy_at_t(q2, t2e, end.x, end.y); in isLinearInner() 202 tMax = t2e; in isLinearInner()
|
D | CubicIntersection.cpp | 79 double t2s, double t2e, double precisionScale, Intersections& i) { in intersect3() argument 84 sub_divide(cubic2, t2s, t2e, c2); in intersect3() 101 const double t2 = t2s + (t2e - t2s) * tEnd2; in intersect3()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | QuadraticImplicit.cpp | 157 double t2s, double t2e, Intersections& i, bool* subDivide) { in isLinearInner() argument 175 if (approximately_negative(t - t2s) || approximately_positive(t - t2e)) { in isLinearInner() 199 xy_at_t(q2, t2e, end.x, end.y); in isLinearInner() 202 tMax = t2e; in isLinearInner()
|
D | CubicIntersection.cpp | 79 double t2s, double t2e, double precisionScale, Intersections& i) { in intersect3() argument 84 sub_divide(cubic2, t2s, t2e, c2); in intersect3() 101 const double t2 = t2s + (t2e - t2s) * tEnd2; in intersect3()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | where9.test | 148 CREATE INDEX t2e ON t2(e,f,g);
|
D | where7.test | 282 CREATE INDEX t2e ON t2(e);
|