Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkDLineIntersection.cpp305 double yIntercept = line[0].fY + fT[0][0] * (line[1].fY - line[0].fY); in vertical() local
DSkDQuadLineIntersection.cpp464 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect()
DSkDCubicLineIntersection.cpp449 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect()
/third_party/skia/modules/sksg/samples/
DSampleSVGPong.cpp285 SkScalar t, yIntercept; in updatePaddleStrategy() local