Home
last modified time | relevance | path

Searched refs:CubicBezier (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DPathTraversalState.cpp75 struct CubicBezier { struct
76 CubicBezier() { } in CubicBezier() function
77CubicBezier(const FloatPoint& s, const FloatPoint& c1, const FloatPoint& c2, const FloatPoint& e) in CubicBezier() function
90 void split(CubicBezier& left, CubicBezier& right) const in split() argument
195 …float distance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, … in cubicBezierTo()
/external/webkit/WebCore/
DChangeLog-2006-12-3186 (WebCore::CubicBezier::CubicBezier):
87 (WebCore::CubicBezier::approximateDistance):
88 (WebCore::CubicBezier::split):