This is the complete list of members for LineConicIntersections, including all inherited members.
addExactEndPoints() | LineConicIntersections | inlineprotected |
addExactHorizontalEndPoints(double left, double right, double y) | LineConicIntersections | inlineprotected |
addExactVerticalEndPoints(double top, double bottom, double x) | LineConicIntersections | inlineprotected |
addLineNearEndPoints() | LineConicIntersections | inlineprotected |
addNearEndPoints() | LineConicIntersections | inlineprotected |
addNearHorizontalEndPoints(double left, double right, double y) | LineConicIntersections | inlineprotected |
addNearVerticalEndPoints(double top, double bottom, double x) | LineConicIntersections | inlineprotected |
allowNear(bool allow) | LineConicIntersections | inline |
checkCoincident() | LineConicIntersections | inline |
findLineT(double t) | LineConicIntersections | inlineprotected |
horizontalIntersect(double axisIntercept, double roots[2]) | LineConicIntersections | inline |
horizontalIntersect(double axisIntercept, double left, double right, bool flipped) | LineConicIntersections | inline |
intersect() | LineConicIntersections | inline |
intersectRay(double roots[2]) | LineConicIntersections | inline |
kPointInitialized enum value | LineConicIntersections | |
kPointUninitialized enum value | LineConicIntersections | |
LineConicIntersections(const SkDConic &c, const SkDLine &l, SkIntersections *i) | LineConicIntersections | inline |
LineConicIntersections(const SkDConic &c) | LineConicIntersections | inline |
PinTPoint enum name | LineConicIntersections | |
pinTs(double *conicT, double *lineT, SkDPoint *pt, PinTPoint ptSet) | LineConicIntersections | inlineprotected |
uniqueAnswer(double conicT, const SkDPoint &pt) | LineConicIntersections | inlineprotected |
validT(double r[3], double axisIntercept, double roots[2]) | LineConicIntersections | inline |
verticalIntersect(double axisIntercept, double roots[2]) | LineConicIntersections | inline |
verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) | LineConicIntersections | inline |