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

  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp 141 const int kFactor = 1000;
142 IntPoint parentLineEnd = this->convertFromContainingWindow(flooredPoint + roundedIntSize(windowFraction.scaledBy(kFactor)));
143 FloatSize parentFraction = (parentLineEnd - parentPoint).scaledBy(1.0f / kFactor);
  /external/ceres-solver/internal/ceres/
evaluator_test.cc 55 template<int kFactor, int kNumResiduals,
76 // 1 2 3 4 ... .* kFactor
79 // where the multiplication by kFactor makes it easier to distinguish
86 jacobian.col(j).setConstant(kFactor * (j + 1));
  /external/chromium_org/pdf/
out_of_process_instance.cc     [all...]
instance.cc     [all...]

Completed in 63 milliseconds