Searched defs:CubicBezier (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
H A Dcubic_bezier.h13 class GFX_EXPORT CubicBezier { class in namespace:gfx
15 CubicBezier(double x1, double y1, double x2, double y2);
16 ~CubicBezier();
34 DISALLOW_ASSIGN(CubicBezier);
H A Dcubic_bezier.cc69 CubicBezier::CubicBezier(double x1, double y1, double x2, double y2) function in class:gfx::CubicBezier
76 CubicBezier::~CubicBezier() {
79 double CubicBezier::Solve(double x) const {
83 double CubicBezier::Slope(double x) const {
90 void CubicBezier::Range(double* min, double* max) const {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp79 struct CubicBezier { struct in namespace:blink
80 CubicBezier() { } function in struct:blink::CubicBezier
81 CubicBezier(const FloatPoint& s, const FloatPoint& c1, const FloatPoint& c2, const FloatPoint& e) function in struct:blink::CubicBezier
100 void split(CubicBezier& left, CubicBezier& right) const
207 float distance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, newEnd));

Completed in 1431 milliseconds