Searched refs:yIntercept (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkDLineIntersection.cpp | 299 double yIntercept = line[0].fY + fT[0][0] * (line[1].fY - line[0].fY); in vertical() local 300 if (between(top, yIntercept, bottom)) { in vertical() 301 fT[1][0] = (yIntercept - top) / (bottom - top); in vertical() 309 fPt[0].fY = yIntercept; in vertical()
|
D | SkPathOpsQuad.h | 70 int horizontalIntersect(double yIntercept, double roots[2]) const;
|
D | SkDQuadLineIntersection.cpp | 448 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect() argument 449 return SkIntersections::HorizontalIntercept(*this, yIntercept, roots); in horizontalIntersect()
|
D | SkPathOpsCubic.h | 94 int horizontalIntersect(double yIntercept, double roots[3]) const;
|
D | SkDCubicLineIntersection.cpp | 431 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect() argument 432 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
|
/external/chromium-trace/catapult/docs/ |
D | style-guide.md | 114 set yIntercept() {
|