Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDLineIntersection.cpp299 double yIntercept = line[0].fY + fT[0][0] * (line[1].fY - line[0].fY); in vertical() local
DSkDCubicLineIntersection.cpp431 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect()
DSkDQuadLineIntersection.cpp448 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect()