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

  /external/chromium_org/cc/animation/
timing_function.h 42 double x1_; member in class:cc::CubicBezierTimingFunction
timing_function.cc 83 : x1_(x1), y1_(y1), x2_(x2), y2_(y2) {}
88 return static_cast<float>(bezier_interp(x1_, y1_, x2_, y2_, x));
  /frameworks/base/core/jni/android/graphics/
Path.cpp 120 SkScalar x1_ = SkFloatToScalar(x1); local
124 obj->quadTo(x1_, y1_, x2_, y2_);
136 SkScalar x1_ = SkFloatToScalar(x1); local
142 obj->cubicTo(x1_, y1_, x2_, y2_, x3_, y3_);
146 SkScalar x1_ = SkFloatToScalar(x1); local
152 obj->rCubicTo(x1_, y1_, x2_, y2_, x3_, y3_);
  /external/ceres-solver/examples/
nist.cc 399 : x1_(x[0]), x2_(x[1]), y_(y[0]) {}
404 residual[0] = T(log(y_)) - (b[0] - b[1] * T(x1_) * exp(-b[2] * T(x2_)));
409 double x1_; member in struct:ceres::examples::Nelson

Completed in 1659 milliseconds