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