Home
last modified time | relevance | path

Searched refs:addLineTo (Results 1 – 24 of 24) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DPath.cpp137 path.addLineTo(FloatPoint(x + width - rx, y)); in createRoundedRectangle()
142 path.addLineTo(FloatPoint(x + width, y + height - dy)); in createRoundedRectangle()
147 path.addLineTo(FloatPoint(x + dx, y + height)); in createRoundedRectangle()
152 path.addLineTo(FloatPoint(x, y + dy)); in createRoundedRectangle()
182 path.addLineTo(FloatPoint(x + width - topRightRadius.width(), y)); in createRoundedRectangle()
186 path.addLineTo(FloatPoint(x + width, y + height - bottomRightRadius.height())); in createRoundedRectangle()
190 path.addLineTo(FloatPoint(x + bottomLeftRadius.width(), y + height)); in createRoundedRectangle()
194 path.addLineTo(FloatPoint(x, y + topLeftRadius.height())); in createRoundedRectangle()
214 path.addLineTo(FloatPoint(x + width, y)); in createRectangle()
215 path.addLineTo(FloatPoint(x + width, y + height)); in createRectangle()
[all …]
DPath.h124 void addLineTo(const FloatPoint&);
/external/webkit/WebCore/platform/graphics/wince/
DPathWince.cpp76 void Path::addLineTo(const FloatPoint& point) in addLineTo() function in WebCore::Path
78 m_path->addLineTo(point); in addLineTo()
DPlatformPathWince.cpp627 void PlatformPath::addLineTo(const FloatPoint& point) in addLineTo() function in WebCore::PlatformPath
656 addLineTo(p1); in addArcTo()
668 addLineTo(p1); in addArcTo()
681 addLineTo(startPoint); in addArcTo()
746 addLineTo(FloatPoint(right, r.y())); in addRect()
747 addLineTo(FloatPoint(right, bottom)); in addRect()
748 addLineTo(FloatPoint(r.x(), bottom)); in addRect()
749 addLineTo(r.location()); in addRect()
DPlatformPathWince.h154 void addLineTo(const FloatPoint&);
/external/webkit/WebCore/svg/
DSVGPolylineElement.cpp51 polyData.addLineTo(points()->getItem(i, ec)); in toPathData()
DSVGPolygonElement.cpp51 polyData.addLineTo(points()->getItem(i, ec)); in toPathData()
DSVGPathSegList.cpp124 pathData.addLineTo(FloatPoint(lineTo->x(), lineTo->y())); in toPathData()
DSVGParserUtilities.cpp697 m_path->addLineTo(current); in svgLineTo()
/external/webkit/WebCore/platform/graphics/haiku/
DPathHaiku.cpp89 void Path::addLineTo(const FloatPoint& p) in addLineTo() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/wx/
DPathWx.cpp141 void Path::addLineTo(const FloatPoint& point) in addLineTo() function in WebCore::Path
/external/webkit/WebCore/html/
DHTMLAreaElement.cpp136 …path.addLineTo(FloatPoint(m_coords[i * 2].calcMinValue(width), m_coords[i * 2 + 1].calcMinValue(he… in getRegion()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp98 void Path::addLineTo(const FloatPoint& point) in addLineTo() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/cg/
DPathCG.cpp194 void Path::addLineTo(const FloatPoint& p) in addLineTo() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp114 void Path::addLineTo(const FloatPoint& p) in addLineTo() function in WebCore::Path
/external/webkit/WebCore/inspector/
DInspectorController.cpp1623 quadPath.addLineTo(quad.p2()); in quadToPath()
1624 quadPath.addLineTo(quad.p3()); in quadToPath()
1625 quadPath.addLineTo(quad.p4()); in quadToPath()
/external/webkit/WebCore/platform/graphics/qt/
DPathQt.cpp143 void Path::addLineTo(const FloatPoint& p) in addLineTo() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/cairo/
DPathCairo.cpp101 void Path::addLineTo(const FloatPoint& p) in addLineTo() function in WebCore::Path
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp552 m_path.addLineTo(FloatPoint(x, y)); in lineTo()
/external/webkit/WebCore/
DChangeLog-2007-10-1431563 (Path::addLineTo):
33320 (Path::addLineTo):
35212 (WebCore::Path::addLineTo):
55592 (WebCore::Path::addLineTo):
DChangeLog-2006-05-102608 Added clear, moveTo, addLineTo, addQuadCurveTo, addBezierCurveTo, addArcTo, closeSubpath,
2618 (WebCore::Path::addLineTo): Added.
DChangeLog-2006-12-3110619 (WebCore::Path::addLineTo):
37975 (WebCore::Path::addLineTo):
DChangeLog-2009-06-1656638 (WebCore::Path::addLineTo):
64726 (WebCore::Path::addLineTo):
64760 (WebCore::Path::addLineTo):
DChangeLog-2010-01-2912345 (WebCore::Path::addLineTo):
73042 (WebCore::Path::addLineTo):