Home
last modified time | relevance | path

Searched refs:bezier (Results 1 – 10 of 10) sorted by relevance

/external/dropbear/libtommath/logs/
Dgraphs.dem7 plot 'add.log' smooth bezier title "Addition", 'sub.log' smooth bezier title "Subtraction"
10bezier title "Squaring (without Karatsuba)", 'sqr_kara.log' smooth bezier title "Squaring (Karatsu…
13 …log' smooth bezier title "Exptmod (Montgomery)", 'expt_dr.log' smooth bezier title "Exptmod (Dimmi…
16 plot 'invmod.log' smooth bezier title "Modular Inverse"
/external/webkit/WebCore/platform/graphics/android/
DAndroidAnimation.cpp104 UnitBezier bezier(m_timingFunction.x1(), in checkIterationsAndProgress() local
109 progress = bezier.solve(progress, 1.0f / (200.0f * m_duration)); in checkIterationsAndProgress()
/external/webkit/WebCore/svg/
DSVGAnimationElement.cpp368 UnitBezier bezier = m_keySplines[splineIndex]; in calculatePercentForSpline() local
372 return narrowPrecisionToFloat(bezier.solve(percent, solveEpsilon(duration.value()))); in calculatePercentForSpline()
/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp77 static inline void bezier(int segments, Vector<PathPoint>& pts, const PathPoint* control) in bezier() function
537 bezier(100, m_subpaths.last(), control); in addToSubpath()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp864 UnitBezier bezier(p1x, p1y, p2x, p2y); in solveCubicBezierFunction() local
865 return bezier.solve(t, solveEpsilon(duration)); in solveCubicBezierFunction()
/external/webkit/WebCore/page/animation/
DAnimationBase.cpp70 UnitBezier bezier(p1x, p1y, p2x, p2y); in solveCubicBezierFunction() local
71 return bezier.solve(t, solveEpsilon(duration)); in solveCubicBezierFunction()
/external/webkit/WebCore/
DChangeLog-2003-10-253650 Fix for 3262190, <li> bullets in mail were overly massive. The bezier path the
DChangeLog-2005-12-193212 Quadratic bezier path render error
DChangeLog-2008-08-1065238 …- fix <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transitio…
76635 Fix a crash when parsing a cubic-bezier function
DChangeLog-2010-01-2973200 Written also by George Staikos (including quadCurve() and bezier())