/external/webkit/Source/WebCore/platform/graphics/ |
D | Path.cpp | 135 …addBezierCurveTo(FloatPoint(rect.x() + rect.width() - radius.width() * gCircleControlPoint, rect.y… in addRoundedRect() 140 …addBezierCurveTo(FloatPoint(rect.x() + rect.width(), rect.y() + rect.height() - radius.height() * … in addRoundedRect() 145 …addBezierCurveTo(FloatPoint(rect.x() + radius.width() * gCircleControlPoint, rect.y() + rect.heigh… in addRoundedRect() 150 …addBezierCurveTo(FloatPoint(rect.x(), rect.y() + radius.height() * gCircleControlPoint), FloatPoin… in addRoundedRect() 172 …addBezierCurveTo(FloatPoint(rect.x() + rect.width() - topRightRadius.width() * gCircleControlPoint… in addRoundedRect() 176 …addBezierCurveTo(FloatPoint(rect.x() + rect.width(), rect.y() + rect.height() - bottomRightRadius.… in addRoundedRect() 180 …addBezierCurveTo(FloatPoint(rect.x() + bottomLeftRadius.width() * gCircleControlPoint, rect.y() + … in addRoundedRect() 184 addBezierCurveTo(FloatPoint(rect.x(), rect.y() + topLeftRadius.height() * gCircleControlPoint), in addRoundedRect()
|
D | Path.h | 132 …void addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const Floa…
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathBuilder.cpp | 56 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/ |
D | PathWinCE.cpp | 86 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()
|
D | PlatformPathWinCE.h | 161 …void addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const Floa…
|
D | PlatformPathWinCE.cpp | 640 void PlatformPath::addBezierCurveTo(const FloatPoint& cp1, const FloatPoint& cp2, const FloatPoint&… in addBezierCurveTo() function in WebCore::PlatformPath
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | PathHaiku.cpp | 107 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/ |
D | PathWx.cpp | 164 void Path::addBezierCurveTo(const FloatPoint& control1, const FloatPoint& control2, const FloatPoin… in addBezierCurveTo() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 115 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/ |
D | PathCG.cpp | 204 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/ |
D | PathAndroid.cpp | 137 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/ |
D | PathOpenVG.cpp | 217 void Path::addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const… in addBezierCurveTo() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | PathQt.cpp | 190 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/ |
D | PathCairo.cpp | 139 void Path::addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const… in addBezierCurveTo() function in WebCore::Path
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 810 m_path.addBezierCurveTo(FloatPoint(cp1x, cp1y), FloatPoint(cp2x, cp2y), p1); in bezierCurveTo()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 31565 (Path::addBezierCurveTo): 33322 (Path::addBezierCurveTo): 35215 (WebCore::Path::addBezierCurveTo): 55594 (WebCore::Path::addBezierCurveTo):
|
D | ChangeLog-2006-05-10 | 2608 Added clear, moveTo, addLineTo, addQuadCurveTo, addBezierCurveTo, addArcTo, closeSubpath, 2620 (WebCore::Path::addBezierCurveTo): Added.
|
D | ChangeLog-2006-12-31 | 10621 (WebCore::Path::addBezierCurveTo): 37977 (WebCore::Path::addBezierCurveTo):
|
D | ChangeLog-2009-06-16 | 56640 (WebCore::Path::addBezierCurveTo): 64728 (WebCore::Path::addBezierCurveTo): 64762 (WebCore::Path::addBezierCurveTo):
|
D | ChangeLog-2010-01-29 | 12347 (WebCore::Path::addBezierCurveTo): 73044 (WebCore::Path::addBezierCurveTo):
|
D | ChangeLog-2010-05-24 | 42094 (WebCore::Path::addBezierCurveTo):
|
D | ChangeLog-2010-12-06 | 88767 (WebCore::Path::addBezierCurveTo): Ditto.
|