Searched defs:yIntercept (Results 1 – 3 of 3) sorted by relevance
299 double yIntercept = line[0].fY + fT[0][0] * (line[1].fY - line[0].fY); in vertical() local
431 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect()
448 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect()