/external/webkit/WebCore/platform/graphics/ |
D | Path.cpp | 137 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 …]
|
D | Path.h | 119 void addLineTo(const FloatPoint&);
|
/external/webkit/WebCore/svg/ |
D | SVGPolylineElement.cpp | 53 polyData.addLineTo(points()->getItem(i, ec)); in toPathData()
|
D | SVGPolygonElement.cpp | 53 polyData.addLineTo(points()->getItem(i, ec)); in toPathData()
|
D | SVGPathSegList.cpp | 121 pathData.addLineTo(FloatPoint(lineTo->x(), lineTo->y())); in toPathData()
|
D | SVGParserUtilities.cpp | 697 m_path->addLineTo(current); in svgLineTo()
|
/external/webkit/WebCore/html/ |
D | HTMLAreaElement.cpp | 122 …path.addLineTo(FloatPoint(m_coords[i * 2].calcMinValue(width), m_coords[i * 2 + 1].calcMinValue(he… in getRegion()
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | PathWx.cpp | 141 void Path::addLineTo(const FloatPoint& point) in addLineTo() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 97 void Path::addLineTo(const FloatPoint& point) in addLineTo() function in WebCore::Path
|
/external/webkit/WebCore/inspector/ |
D | InspectorController.cpp | 1291 quadPath.addLineTo(quad.p2()); in quadToPath() 1292 quadPath.addLineTo(quad.p3()); in quadToPath() 1293 quadPath.addLineTo(quad.p4()); in quadToPath()
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | PathCG.cpp | 196 void Path::addLineTo(const FloatPoint& p) in addLineTo() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 114 void Path::addLineTo(const FloatPoint& p) in addLineTo() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | PathQt.cpp | 149 void Path::addLineTo(const FloatPoint& p) in addLineTo() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 109 void Path::addLineTo(const FloatPoint& p) in addLineTo() function in WebCore::Path
|
/external/webkit/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 552 m_path.addLineTo(FloatPoint(x, y)); in lineTo()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 31563 (Path::addLineTo): 33320 (Path::addLineTo): 35212 (WebCore::Path::addLineTo): 55592 (WebCore::Path::addLineTo):
|
D | ChangeLog-2006-05-10 | 2608 Added clear, moveTo, addLineTo, addQuadCurveTo, addBezierCurveTo, addArcTo, closeSubpath, 2618 (WebCore::Path::addLineTo): Added.
|
D | ChangeLog-2006-12-31 | 10619 (WebCore::Path::addLineTo): 37975 (WebCore::Path::addLineTo):
|
D | ChangeLog-2009-06-16 | 56638 (WebCore::Path::addLineTo): 64726 (WebCore::Path::addLineTo): 64760 (WebCore::Path::addLineTo):
|