Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDLineIntersection.cpp294 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()