Searched refs:leftMostT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCurveIntersection.h70 double leftMostT(const Cubic& , double startT, double endT);
71 double leftMostT(const _Line& , double startT, double endT);
72 double leftMostT(const Quadratic& , double startT, double endT);
H A DQuadraticBounds.cpp11 double leftMostT(const Quadratic& quad, double startT, double endT) { function
H A DCubicBounds.cpp16 double leftMostT(const Cubic& cubic, double startT, double endT) { function
H A DSimplify.cpp582 return (float) leftMostT(aQuad, startT, endT);
587 return (float) leftMostT(aCubic, startT, endT);
/external/skia/experimental/Intersection/
H A DCurveIntersection.h70 double leftMostT(const Cubic& , double startT, double endT);
71 double leftMostT(const _Line& , double startT, double endT);
72 double leftMostT(const Quadratic& , double startT, double endT);
H A DQuadraticBounds.cpp11 double leftMostT(const Quadratic& quad, double startT, double endT) { function
H A DCubicBounds.cpp16 double leftMostT(const Cubic& cubic, double startT, double endT) { function
H A DSimplify.cpp582 return (float) leftMostT(aQuad, startT, endT);
587 return (float) leftMostT(aCubic, startT, endT);

Completed in 284 milliseconds