HomeSort by relevance Sort by last modified time
    Searched defs:minT (Results 1 - 4 of 4) sorted by null

  /external/skia/src/utils/
SkCubicInterval.cpp 17 SkScalar minT = 0;
22 t = SkScalarAve(minT, maxT);
29 minT = t;
  /packages/apps/Messaging/src/com/android/messaging/util/
CubicBezierInterpolator.java 86 float minT = 0.0f;
98 minT = t;
110 minT = t;
114 t = (t + minT) / 2.0f;
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 254 float minT = 1f;
271 minT = t0;
284 result.setDistance(minT * velocity.length());
297 newT = collideWithVertex(sCenter, sVelocity, velocitySquared, v1, minT);
299 minT = newT;
305 newT = collideWithVertex(sCenter, sVelocity, velocitySquared, v2, minT);
307 minT = newT;
313 newT = collideWithVertex(sCenter, sVelocity, velocitySquared, v3, minT);
315 minT = newT;
321 newT = collideWithSegment(sCenter, sVelocity, velocitySquared, v1, v2, minT, contactPoint)
    [all...]
  /external/skia/src/gpu/
GrAAConvexTessellator.cpp 483 SkScalar minDist = SK_ScalarMax, minT = 0.0f;
495 minT = t;
501 newPt.scale(minT);

Completed in 622 milliseconds