Home
last modified time | relevance | path

Searched refs:addBezierCurveTo (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DPath.cpp135addBezierCurveTo(FloatPoint(rect.x() + rect.width() - radius.width() * gCircleControlPoint, rect.y… in addRoundedRect()
140addBezierCurveTo(FloatPoint(rect.x() + rect.width(), rect.y() + rect.height() - radius.height() * … in addRoundedRect()
145addBezierCurveTo(FloatPoint(rect.x() + radius.width() * gCircleControlPoint, rect.y() + rect.heigh… in addRoundedRect()
150addBezierCurveTo(FloatPoint(rect.x(), rect.y() + radius.height() * gCircleControlPoint), FloatPoin… in addRoundedRect()
172addBezierCurveTo(FloatPoint(rect.x() + rect.width() - topRightRadius.width() * gCircleControlPoint… in addRoundedRect()
176addBezierCurveTo(FloatPoint(rect.x() + rect.width(), rect.y() + rect.height() - bottomRightRadius.… in addRoundedRect()
180addBezierCurveTo(FloatPoint(rect.x() + bottomLeftRadius.width() * gCircleControlPoint, rect.y() + … in addRoundedRect()
184 addBezierCurveTo(FloatPoint(rect.x(), rect.y() + topLeftRadius.height() * gCircleControlPoint), in addRoundedRect()
DPath.h132 …void addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const Floa…
/external/webkit/Source/WebCore/svg/
DSVGPathBuilder.cpp56 m_path->addBezierCurveTo(m_current + point1, m_current + point2, m_current + targetPoint); in curveToCubic()
60 m_path->addBezierCurveTo(point1, point2, m_current); in curveToCubic()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp86 void Path::addBezierCurveTo(const FloatPoint& cp1, const FloatPoint& cp2, const FloatPoint& p) in addBezierCurveTo() function in WebCore::Path
88 m_path->addBezierCurveTo(cp1, cp2, p); in addBezierCurveTo()
DPlatformPathWinCE.h161 …void addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const Floa…
DPlatformPathWinCE.cpp640 void PlatformPath::addBezierCurveTo(const FloatPoint& cp1, const FloatPoint& cp2, const FloatPoint&… in addBezierCurveTo() function in WebCore::PlatformPath
/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp107 void Path::addBezierCurveTo(const FloatPoint& cp1, const FloatPoint& cp2, const FloatPoint& p) in addBezierCurveTo() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp164 void Path::addBezierCurveTo(const FloatPoint& control1, const FloatPoint& control2, const FloatPoin… in addBezierCurveTo() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp115 void Path::addBezierCurveTo(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& ep) in addBezierCurveTo() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp204 void Path::addBezierCurveTo(const FloatPoint& cp1, const FloatPoint& cp2, const FloatPoint& p) in addBezierCurveTo() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp137 void Path::addBezierCurveTo(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& ep) in addBezierCurveTo() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp217 void Path::addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const… in addBezierCurveTo() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp190 void Path::addBezierCurveTo(const FloatPoint& cp1, const FloatPoint& cp2, const FloatPoint& p) in addBezierCurveTo() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp139 void Path::addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const… in addBezierCurveTo() function in WebCore::Path
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp810 m_path.addBezierCurveTo(FloatPoint(cp1x, cp1y), FloatPoint(cp2x, cp2y), p1); in bezierCurveTo()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1431565 (Path::addBezierCurveTo):
33322 (Path::addBezierCurveTo):
35215 (WebCore::Path::addBezierCurveTo):
55594 (WebCore::Path::addBezierCurveTo):
DChangeLog-2006-05-102608 Added clear, moveTo, addLineTo, addQuadCurveTo, addBezierCurveTo, addArcTo, closeSubpath,
2620 (WebCore::Path::addBezierCurveTo): Added.
DChangeLog-2006-12-3110621 (WebCore::Path::addBezierCurveTo):
37977 (WebCore::Path::addBezierCurveTo):
DChangeLog-2009-06-1656640 (WebCore::Path::addBezierCurveTo):
64728 (WebCore::Path::addBezierCurveTo):
64762 (WebCore::Path::addBezierCurveTo):
DChangeLog-2010-01-2912347 (WebCore::Path::addBezierCurveTo):
73044 (WebCore::Path::addBezierCurveTo):
DChangeLog-2010-05-2442094 (WebCore::Path::addBezierCurveTo):
DChangeLog-2010-12-0688767 (WebCore::Path::addBezierCurveTo): Ditto.