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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp90 int intersectRay(double roots[3]) { function in class:LineCubicIntersections
105 int roots = intersectRay(rootVals);
293 int intersectRay(const Cubic& cubic, const _Line& line, Intersections& i) { function
295 return c.intersectRay(i.fT[0]);
H A DLineQuadraticIntersection.cpp100 int intersectRay(double roots[2]) { function in class:LineQuadraticIntersections
133 int roots = intersectRay(rootVals);
366 int intersectRay(const Quadratic& quad, const _Line& line, Intersections& i) { function
368 return q.intersectRay(i.fT[0]);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp108 int intersectRay(double roots[2]) { function in class:LineQuadraticIntersections
147 int roots = intersectRay(rootVals);
374 int SkIntersections::intersectRay(const SkDQuad& quad, const SkDLine& line) { function in class:SkIntersections
376 fUsed = q.intersectRay(fT[0]);
H A DSkDCubicLineIntersection.cpp97 int intersectRay(double roots[3]) { function in class:LineCubicIntersections
129 int roots = intersectRay(rootVals);
396 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) { function in class:SkIntersections
398 fUsed = c.intersectRay(fT[0]);
H A DSkDLineIntersection.cpp65 int SkIntersections::intersectRay(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
/external/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp90 int intersectRay(double roots[3]) { function in class:LineCubicIntersections
105 int roots = intersectRay(rootVals);
293 int intersectRay(const Cubic& cubic, const _Line& line, Intersections& i) { function
295 return c.intersectRay(i.fT[0]);
H A DLineQuadraticIntersection.cpp100 int intersectRay(double roots[2]) { function in class:LineQuadraticIntersections
133 int roots = intersectRay(rootVals);
366 int intersectRay(const Quadratic& quad, const _Line& line, Intersections& i) { function
368 return q.intersectRay(i.fT[0]);
/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp108 int intersectRay(double roots[2]) { function in class:LineQuadraticIntersections
147 int roots = intersectRay(rootVals);
374 int SkIntersections::intersectRay(const SkDQuad& quad, const SkDLine& line) { function in class:SkIntersections
376 fUsed = q.intersectRay(fT[0]);
H A DSkDCubicLineIntersection.cpp97 int intersectRay(double roots[3]) { function in class:LineCubicIntersections
129 int roots = intersectRay(rootVals);
396 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) { function in class:SkIntersections
398 fUsed = c.intersectRay(fT[0]);
H A DSkDLineIntersection.cpp65 int SkIntersections::intersectRay(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections

Completed in 264 milliseconds