Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds