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

/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DCompositeAnimation.cpp355 double minT = -1; local
362 if (t < minT || minT == -1)
363 minT = t;
364 if (minT == 0)
374 if (t < minT || minT == -1)
375 minT = t;
376 if (minT == 0)
381 return minT;
[all...]

Completed in 117 milliseconds