Home
last modified time | relevance | path

Searched refs:t2e (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkDQuadIntersection.cpp149 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()
DSkDCubicIntersection.cpp77 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/
DSkDQuadIntersection.cpp149 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()
DSkDCubicIntersection.cpp77 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/
DQuadraticImplicit.cpp157 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()
DCubicIntersection.cpp79 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/
DQuadraticImplicit.cpp157 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()
DCubicIntersection.cpp79 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/
Dwhere9.test148 CREATE INDEX t2e ON t2(e,f,g);
Dwhere7.test282 CREATE INDEX t2e ON t2(e);