Home
last modified time | relevance | path

Searched refs:minT (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCompositeAnimation.cpp330 double minT = -1; in timeToNextService() local
337 if (t < minT || minT == -1) in timeToNextService()
338 minT = t; in timeToNextService()
339 if (minT == 0) in timeToNextService()
348 if (t < minT || minT == -1) in timeToNextService()
349 minT = t; in timeToNextService()
350 if (minT == 0) in timeToNextService()
355 return minT; in timeToNextService()
362 double minT = -1; in timeToNextEvent() local
372 if (t < minT || minT == -1) in timeToNextEvent()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java254 float minT = 1f; in collideWithTriangle() local
271 minT = t0; in collideWithTriangle()
284 result.setDistance(minT * velocity.length()); in collideWithTriangle()
297 newT = collideWithVertex(sCenter, sVelocity, velocitySquared, v1, minT); in collideWithTriangle()
299 minT = newT; in collideWithTriangle()
305 newT = collideWithVertex(sCenter, sVelocity, velocitySquared, v2, minT); in collideWithTriangle()
307 minT = newT; in collideWithTriangle()
313 newT = collideWithVertex(sCenter, sVelocity, velocitySquared, v3, minT); in collideWithTriangle()
315 minT = newT; in collideWithTriangle()
321 newT = collideWithSegment(sCenter, sVelocity, velocitySquared, v1, v2, minT, contactPoint); in collideWithTriangle()
[all …]
/external/skia/src/utils/
DSkCubicInterval.cpp17 SkScalar minT = 0; in find_cubic_t() local
22 t = SkScalarAve(minT, maxT); in find_cubic_t()
29 minT = t; in find_cubic_t()
/external/chromium_org/third_party/skia/src/utils/
DSkCubicInterval.cpp17 SkScalar minT = 0; in find_cubic_t() local
22 t = SkScalarAve(minT, maxT); in find_cubic_t()
29 minT = t; in find_cubic_t()
/external/chromium_org/third_party/skia/src/core/
DSkEdgeClipper.cpp245 SkScalar minT = 0; in chopMonoCubicAt() local
251 mid = SkScalarAve(minT, maxT); in chopMonoCubicAt()
254 minT = mid; in chopMonoCubicAt()
DSkPath.cpp2642 SkScalar minT = 0; in chopMonoCubicAt() local
2647 mid = SkScalarAve(minT, maxT); in chopMonoCubicAt()
2650 minT = mid; in chopMonoCubicAt()
/external/skia/src/core/
DSkEdgeClipper.cpp245 SkScalar minT = 0; in chopMonoCubicAt() local
251 mid = SkScalarAve(minT, maxT); in chopMonoCubicAt()
254 minT = mid; in chopMonoCubicAt()
DSkPath.cpp2642 SkScalar minT = 0; in chopMonoCubicAt() local
2647 mid = SkScalarAve(minT, maxT); in chopMonoCubicAt()
2650 minT = mid; in chopMonoCubicAt()