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

/external/skia/src/pathops/
H A DSkDLineIntersection.cpp39 int SkIntersections::intersectRay(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
H A DSkDConicLineIntersection.cpp103 int roots = this->intersectRay(rootVals);
125 int intersectRay(double roots[2]) { function in class:LineConicIntersections
367 int SkIntersections::intersectRay(const SkDConic& conic, const SkDLine& line) { function in class:SkIntersections
369 fUsed = c.intersectRay(fT[0]);
H A DSkDCubicLineIntersection.cpp121 int intersectRay(double roots[3]) { function in class:LineCubicIntersections
154 int roots = intersectRay(rootVals);
438 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) { function in class:SkIntersections
440 fUsed = c.intersectRay(fT[0]);
H A DSkDQuadLineIntersection.cpp139 int intersectRay(double roots[2]) { function in class:LineQuadraticIntersections
175 int roots = intersectRay(rootVals);
443 int SkIntersections::intersectRay(const SkDQuad& quad, const SkDLine& line) { function in class:SkIntersections
445 fUsed = q.intersectRay(fT[0]);

Completed in 79 milliseconds