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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp96 int intersectRay(double roots[3]) { function in class:LineCubicIntersections
111 int roots = intersectRay(rootVals);
320 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) { function in class:SkIntersections
322 fUsed = c.intersectRay(fT[0]);
H A DSkDQuadLineIntersection.cpp108 int intersectRay(double roots[2]) { function in class:LineQuadraticIntersections
141 int roots = intersectRay(rootVals);
395 int SkIntersections::intersectRay(const SkDQuad& quad, const SkDLine& line) { function in class:SkIntersections
397 fUsed = q.intersectRay(fT[0]);
H A DSkIntersections.h218 int intersectRay(const SkDLine&, const SkDLine&);
219 int intersectRay(const SkDQuad&, const SkDLine&);
220 int intersectRay(const SkDCubic&, const SkDLine&);
H A DSkIntersections.cpp48 return intersectRay(cubic, line);
125 return intersectRay(quad, line);
H A DSkDLineIntersection.cpp37 int SkIntersections::intersectRay(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
H A DSkPathOpsQuad.cpp254 i.intersectRay(b0, b1);
H A DSkDQuadIntersection.cpp378 impTs.intersectRay(q1, tmpLine);
H A DSkDCubicIntersection.cpp268 impTs.intersectRay(cubic1, tmpLine);
/external/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp96 int intersectRay(double roots[3]) { function in class:LineCubicIntersections
111 int roots = intersectRay(rootVals);
320 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) { function in class:SkIntersections
322 fUsed = c.intersectRay(fT[0]);
H A DSkDQuadLineIntersection.cpp108 int intersectRay(double roots[2]) { function in class:LineQuadraticIntersections
141 int roots = intersectRay(rootVals);
395 int SkIntersections::intersectRay(const SkDQuad& quad, const SkDLine& line) { function in class:SkIntersections
397 fUsed = q.intersectRay(fT[0]);
H A DSkIntersections.h218 int intersectRay(const SkDLine&, const SkDLine&);
219 int intersectRay(const SkDQuad&, const SkDLine&);
220 int intersectRay(const SkDCubic&, const SkDLine&);
H A DSkIntersections.cpp48 return intersectRay(cubic, line);
125 return intersectRay(quad, line);
H A DSkDLineIntersection.cpp37 int SkIntersections::intersectRay(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
H A DSkPathOpsQuad.cpp254 i.intersectRay(b0, b1);
H A DSkDQuadIntersection.cpp378 impTs.intersectRay(q1, tmpLine);
H A DSkDCubicIntersection.cpp268 impTs.intersectRay(cubic1, tmpLine);

Completed in 185 milliseconds