Searched refs:intersectRay (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp97 int intersectRay(double roots[3]) { function in class:LineCubicIntersections
115 int roots = intersectRay(rootVals);
351 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) { function in class:SkIntersections
353 fUsed = c.intersectRay(fT[0]);
H A DSkDQuadLineIntersection.cpp109 int intersectRay(double roots[2]) { function in class:LineQuadraticIntersections
148 int roots = intersectRay(rootVals);
406 int SkIntersections::intersectRay(const SkDQuad& quad, const SkDLine& line) { function in class:SkIntersections
408 fUsed = q.intersectRay(fT[0]);
H A DSkIntersections.cpp55 return intersectRay(cubic, line);
130 return intersectRay(l, line);
146 return intersectRay(quad, line);
H A DSkIntersections.h237 int intersectRay(const SkDLine&, const SkDLine&);
238 int intersectRay(const SkDQuad&, const SkDLine&);
239 int intersectRay(const SkDCubic&, const SkDLine&);
H A DSkDLineIntersection.cpp65 int SkIntersections::intersectRay(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
H A DSkPathOpsQuad.cpp254 i.intersectRay(b0, b1);
H A DSkDQuadIntersection.cpp383 impTs.intersectRay(q1, tmpLine);
H A DSkDCubicIntersection.cpp296 impTs.intersectRay(cubic1, tmpLine);
/external/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp97 int intersectRay(double roots[3]) { function in class:LineCubicIntersections
115 int roots = intersectRay(rootVals);
351 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) { function in class:SkIntersections
353 fUsed = c.intersectRay(fT[0]);
H A DSkDQuadLineIntersection.cpp109 int intersectRay(double roots[2]) { function in class:LineQuadraticIntersections
148 int roots = intersectRay(rootVals);
406 int SkIntersections::intersectRay(const SkDQuad& quad, const SkDLine& line) { function in class:SkIntersections
408 fUsed = q.intersectRay(fT[0]);
H A DSkIntersections.cpp55 return intersectRay(cubic, line);
130 return intersectRay(l, line);
146 return intersectRay(quad, line);
H A DSkIntersections.h237 int intersectRay(const SkDLine&, const SkDLine&);
238 int intersectRay(const SkDQuad&, const SkDLine&);
239 int intersectRay(const SkDCubic&, const SkDLine&);
H A DSkDLineIntersection.cpp65 int SkIntersections::intersectRay(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
H A DSkPathOpsQuad.cpp254 i.intersectRay(b0, b1);
H A DSkDQuadIntersection.cpp383 impTs.intersectRay(q1, tmpLine);
H A DSkDCubicIntersection.cpp296 impTs.intersectRay(cubic1, tmpLine);

Completed in 441 milliseconds