Searched defs:yIntercept (Results 1 – 6 of 6) sorted by relevance
94 double yIntercept = y1 - x1 * slope; in withSlope() local164 final double yIntercept; field in LinearTransformation.RegularLinearTransformation168 RegularLinearTransformation(double slope, double yIntercept) { in RegularLinearTransformation()174 RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse) { in RegularLinearTransformation()
310 double yIntercept = line[0].fY + fT[0][0] * (line[1].fY - line[0].fY); in vertical() local
472 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect()
458 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect()
278 SkScalar t, yIntercept; in updatePaddleStrategy() local