Home
last modified time | relevance | path

Searched defs:intersectRay (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/pathops/
DSkDConicLineIntersection.cpp119 int intersectRay(double roots[2]) { in intersectRay() function in LineConicIntersections
346 int SkIntersections::intersectRay(const SkDConic& conic, const SkDLine& line) { in intersectRay() function in SkIntersections
DSkDCubicLineIntersection.cpp120 int intersectRay(double roots[3]) { in intersectRay() function in LineCubicIntersections
420 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) { in intersectRay() function in SkIntersections
DSkDQuadLineIntersection.cpp138 int intersectRay(double roots[2]) { in intersectRay() function in LineQuadraticIntersections
427 int SkIntersections::intersectRay(const SkDQuad& quad, const SkDLine& line) { in intersectRay() function in SkIntersections
DSkDLineIntersection.cpp39 int SkIntersections::intersectRay(const SkDLine& a, const SkDLine& b) { in intersectRay() function in SkIntersections
/external/skia/src/core/
DSkStroke.cpp850 SkPathStroker::ResultType SkPathStroker::intersectRay(SkQuadConstruct* quadPts, in intersectRay() function in SkPathStroker