HomeSort by relevance Sort by last modified time
    Searched defs:LineParameters (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineParameters.h 22 class LineParameters {
  /external/skia/experimental/Intersection/
LineParameters.h 22 class LineParameters {
  /external/deqp/modules/glshared/
glsCalibration.hpp 39 struct LineParameters
44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {}
49 LineParameters theilSenLinearRegression (const std::vector<tcu::Vec2>& dataPoints);

Completed in 142 milliseconds