OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minT
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkCubicInterval.cpp
17
SkScalar
minT
= 0;
22
t = SkScalarAve(
minT
, maxT);
29
minT
= t;
/external/skia/src/utils/
SkCubicInterval.cpp
17
SkScalar
minT
= 0;
22
t = SkScalarAve(
minT
, maxT);
29
minT
= t;
/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/chromium_org/third_party/WebKit/Source/core/frame/animation/
CompositeAnimation.cpp
330
double
minT
= -1;
337
if (t <
minT
||
minT
== -1)
338
minT
= t;
339
if (
minT
== 0)
348
if (t <
minT
||
minT
== -1)
349
minT
= t;
350
if (
minT
== 0)
355
return
minT
;
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkEdgeClipper.cpp
245
SkScalar
minT
= 0;
251
mid = SkScalarAve(
minT
, maxT);
254
minT
= mid;
SkPath.cpp
[
all
...]
/external/skia/src/core/
SkEdgeClipper.cpp
245
SkScalar
minT
= 0;
251
mid = SkScalarAve(
minT
, maxT);
254
minT
= mid;
SkPath.cpp
[
all
...]
Completed in 304 milliseconds