addExactEndPoints() | LineQuadraticIntersections | inlineprotected |
addExactHorizontalEndPoints(double left, double right, double y) | LineQuadraticIntersections | inlineprotected |
addExactVerticalEndPoints(double top, double bottom, double x) | LineQuadraticIntersections | inlineprotected |
addLineNearEndPoints() | LineQuadraticIntersections | inlineprotected |
addNearEndPoints() | LineQuadraticIntersections | inlineprotected |
addNearHorizontalEndPoints(double left, double right, double y) | LineQuadraticIntersections | inlineprotected |
addNearVerticalEndPoints(double top, double bottom, double x) | LineQuadraticIntersections | inlineprotected |
allowNear(bool allow) | LineQuadraticIntersections | inline |
checkCoincident() | LineQuadraticIntersections | inline |
findLineT(double t) | LineQuadraticIntersections | inlineprotected |
horizontalIntersect(double axisIntercept, double roots[2]) | LineQuadraticIntersections | inline |
horizontalIntersect(double axisIntercept, double left, double right, bool flipped) | LineQuadraticIntersections | inline |
intersect() | LineQuadraticIntersections | inline |
intersectRay(double roots[2]) | LineQuadraticIntersections | inline |
kPointInitialized enum value | LineQuadraticIntersections | |
kPointUninitialized enum value | LineQuadraticIntersections | |
LineQuadraticIntersections(const SkDQuad &q, const SkDLine &l, SkIntersections *i) | LineQuadraticIntersections | inline |
LineQuadraticIntersections(const SkDQuad &q) | LineQuadraticIntersections | inline |
PinTPoint enum name | LineQuadraticIntersections | |
pinTs(double *quadT, double *lineT, SkDPoint *pt, PinTPoint ptSet) | LineQuadraticIntersections | inlineprotected |
uniqueAnswer(double quadT, const SkDPoint &pt) | LineQuadraticIntersections | inline |
verticalIntersect(double axisIntercept, double roots[2]) | LineQuadraticIntersections | inline |
verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) | LineQuadraticIntersections | inline |