/external/chromium_org/third_party/skia/experimental/Intersection/ |
LineUtilities.h | 25 int flags, double& tMin, double& tMax);
|
QuadraticImplicit.cpp | 126 static bool addIntercept(const Quadratic& q1, const Quadratic& q2, double tMin, double tMax, 128 double tMid = (tMin + tMax) / 2; 185 double tMin, tMax; 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, i, subDivide)) [all...] |
/external/skia/experimental/Intersection/ |
LineUtilities.h | 25 int flags, double& tMin, double& tMax);
|
QuadraticImplicit.cpp | 126 static bool addIntercept(const Quadratic& q1, const Quadratic& q2, double tMin, double tMax, 128 double tMid = (tMin + tMax) / 2; 185 double tMin, tMax; 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, i, subDivide)) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
sampstat | 56 tMax = len(tDistribution) 60 if n > tMax:
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDQuadIntersection.cpp | 119 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax, 121 double tMid = (tMin + tMax) / 2; 179 double tMin, tMax; 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, i, subDivide)) [all...] |
/external/skia/src/pathops/ |
SkDQuadIntersection.cpp | 119 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax, 121 double tMid = (tMin + tMax) / 2; 179 double tMin, tMax; 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, i, subDivide)) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/ |
sunspider-analyze-results.js | 165 var tMax = tDistribution.length; 170 if (n > tMax)
|
sunspider-compare-results.js | 230 var tMax = tDistribution.length; 235 if (n > tMax)
|
/external/deqp/modules/glshared/ |
glsRasterizationTestUtil.cpp | 414 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, p1.w(), p1.w()), divError) [all...] |
/prebuilts/devtools/tools/lib/ |
traceview.jar | |