Home
last modified time | relevance | path

Searched defs:yIntercept (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava/src/com/google/common/math/
DLinearTransformation.java94 double yIntercept = y1 - x1 * slope; in withSlope() local
164 final double yIntercept; field in LinearTransformation.RegularLinearTransformation
168 RegularLinearTransformation(double slope, double yIntercept) { in RegularLinearTransformation()
174 RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse) { in RegularLinearTransformation()
/external/guava/guava/src/com/google/common/math/
DLinearTransformation.java94 double yIntercept = y1 - x1 * slope; in withSlope() local
164 final double yIntercept; field in LinearTransformation.RegularLinearTransformation
168 RegularLinearTransformation(double slope, double yIntercept) { in RegularLinearTransformation()
174 RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse) { in RegularLinearTransformation()
/external/skia/src/pathops/
DSkDLineIntersection.cpp310 double yIntercept = line[0].fY + fT[0][0] * (line[1].fY - line[0].fY); in vertical() local
DSkDQuadLineIntersection.cpp472 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect()
DSkDCubicLineIntersection.cpp458 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect()
/external/skia/modules/sksg/slides/
DSVGPongSlide.cpp278 SkScalar t, yIntercept; in updatePaddleStrategy() local