Searched refs:bezier (Results 1 – 10 of 10) sorted by relevance
/external/dropbear/libtommath/logs/ |
D | graphs.dem | 7 plot 'add.log' smooth bezier title "Addition", 'sub.log' smooth bezier title "Subtraction" 10 …bezier 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/ |
D | AndroidAnimation.cpp | 104 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/ |
D | SVGAnimationElement.cpp | 368 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/ |
D | PlatformPathWince.cpp | 77 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/ |
D | GraphicsLayerQt.cpp | 864 UnitBezier bezier(p1x, p1y, p2x, p2y); in solveCubicBezierFunction() local 865 return bezier.solve(t, solveEpsilon(duration)); in solveCubicBezierFunction()
|
/external/webkit/WebCore/page/animation/ |
D | AnimationBase.cpp | 70 UnitBezier bezier(p1x, p1y, p2x, p2y); in solveCubicBezierFunction() local 71 return bezier.solve(t, solveEpsilon(duration)); in solveCubicBezierFunction()
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 3650 Fix for 3262190, <li> bullets in mail were overly massive. The bezier path the
|
D | ChangeLog-2005-12-19 | 3212 Quadratic bezier path render error
|
D | ChangeLog-2008-08-10 | 65238 …- fix <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transitio… 76635 Fix a crash when parsing a cubic-bezier function
|
D | ChangeLog-2010-01-29 | 73200 Written also by George Staikos (including quadCurve() and bezier())
|