HomeSort by relevance Sort by last modified time
    Searched refs:maxT (Results 1 - 6 of 6) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/util/
CubicBezierInterpolator.java 87 float maxT = 1.0f;
100 maxT = t;
111 t = (t + maxT) / 2.0f;
113 maxT = t;
  /external/skia/src/utils/
SkCurveMeasure.cpp 240 SkScalar maxT = 1.0f;
252 if (currentT < maxT) {
253 maxT = currentT;
278 newT = (minT + maxT) * 0.5f;
282 maxT = currentT;
287 newT = (minT + maxT) * 0.5f;
295 SkASSERT(minT <= maxT);
  /external/skia/src/core/
SkRegion.cpp 215 int maxT;
218 maxT = 2;
221 maxT = fRunHead->getIntervalCount() * 2;
225 return maxT;
    [all...]
  /prebuilts/go/darwin-x86/src/flag/
flag_test.go 395 -maxT timeout
411 fs.Duration("maxT", 0, "set `timeout` for dial")
  /prebuilts/go/linux-x86/src/flag/
flag_test.go 395 -maxT timeout
411 fs.Duration("maxT", 0, "set `timeout` for dial")
  /external/skia/tools/
sk_tool_utils.cpp 569 SkScalar maxT = SkTMax(ul.fY, ur.fY);
572 return SkRect::MakeLTRB(r.fLeft, r.fTop + maxT, r.fRight, r.fBottom - maxB);

Completed in 733 milliseconds