Searched refs:tMax (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineUtilities.h25 int flags, double& tMin, double& tMax);
H A DQuadraticImplicit.cpp126 static bool addIntercept(const Quadratic& q1, const Quadratic& q2, double tMin, double tMax, argument
128 double tMid = (tMin + tMax) / 2;
185 double tMin, tMax; local
187 tMin = tMax = tsFound[0];
191 tMax = tsFound[tsFound.count() - 1];
202 tMax = t2e;
206 if (tMin != tMax || tCount > 2) {
220 if (addIntercept(q1, q2, tMin, tMax, i, subDivide)) {
224 return isLinearInner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
234 if (addIntercept(q1, q2, tsFound[split], tMax,
[all...]
/external/skia/experimental/Intersection/
H A DLineUtilities.h25 int flags, double& tMin, double& tMax);
H A DQuadraticImplicit.cpp126 static bool addIntercept(const Quadratic& q1, const Quadratic& q2, double tMin, double tMax, argument
128 double tMid = (tMin + tMax) / 2;
185 double tMin, tMax; local
187 tMin = tMax = tsFound[0];
191 tMax = tsFound[tsFound.count() - 1];
202 tMax = t2e;
206 if (tMin != tMax || tCount > 2) {
220 if (addIntercept(q1, q2, tMin, tMax, i, subDivide)) {
224 return isLinearInner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
234 if (addIntercept(q1, q2, tsFound[split], tMax,
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsampstat56 tMax = len(tDistribution) variable
60 if n > tMax:
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp119 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax, argument
121 double tMid = (tMin + tMax) / 2;
179 double tMin, tMax; local
181 tMin = tMax = tsFound[0];
186 tMax = tsFound[tsFound.count() - 1];
196 tMax = t2e;
200 if (tMin != tMax || tCount > 2) {
213 if (add_intercept(q1, q2, tMin, tMax, i, subDivide)) {
217 return is_linear_inner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
227 if (add_intercept(q1, q2, tsFound[split], tMax,
[all...]
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp119 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax, argument
121 double tMid = (tMin + tMax) / 2;
179 double tMin, tMax; local
181 tMin = tMax = tsFound[0];
186 tMax = tsFound[tsFound.count() - 1];
196 tMax = t2e;
200 if (tMin != tMax || tCount > 2) {
213 if (add_intercept(q1, q2, tMin, tMax, i, subDivide)) {
217 return is_linear_inner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
227 if (add_intercept(q1, q2, tsFound[split], tMax,
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
H A Dsunspider-analyze-results.js165 var tMax = tDistribution.length; variable
170 if (n > tMax)
H A Dsunspider-compare-results.js230 var tMax = tDistribution.length;
235 if (n > tMax)
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp414 const float tMax = de::max(tResult1, tResult2);
416 DE_ASSERT(tMin <= tMax);
418 const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, p1.w(), p1.w()), divError);
419 const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, p1.w(), p1.w()), divError);
422 const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0f - tMin), p0.w(), p0.w()), divError);
423 const float perspectiveInvTMin = getMinValueWithinError(minimalRangeDivision((1.0f - tMax), (1.0f - tMin), p0.w(), p0.w()), divError);
465 const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisorMin, divisorMax), divError);
467 DE_ASSERT(tMin <= tMax);
469 const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, p1.w(), p1.w()), divError);
470 const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, p
[all...]

Completed in 208 milliseconds