HomeSort by relevance Sort by last modified time
    Searched refs:addLineTo (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/platform/graphics/
Path.cpp 137 path.addLineTo(FloatPoint(x + width - rx, y));
142 path.addLineTo(FloatPoint(x + width, y + height - dy));
147 path.addLineTo(FloatPoint(x + dx, y + height));
152 path.addLineTo(FloatPoint(x, y + dy));
182 path.addLineTo(FloatPoint(x + width - topRightRadius.width(), y));
186 path.addLineTo(FloatPoint(x + width, y + height - bottomRightRadius.height()));
190 path.addLineTo(FloatPoint(x + bottomLeftRadius.width(), y + height));
194 path.addLineTo(FloatPoint(x, y + topLeftRadius.height()));
214 path.addLineTo(FloatPoint(x + width, y));
215 path.addLineTo(FloatPoint(x + width, y + height))
    [all...]
Path.h 124 void addLineTo(const FloatPoint&);
  /external/webkit/WebCore/svg/
SVGPolygonElement.cpp 51 polyData.addLineTo(points()->getItem(i, ec));
SVGPolylineElement.cpp 51 polyData.addLineTo(points()->getItem(i, ec));
SVGPathSegList.cpp 124 pathData.addLineTo(FloatPoint(lineTo->x(), lineTo->y()));
SVGParserUtilities.cpp 697 m_path->addLineTo(current);
  /external/webkit/WebCore/platform/graphics/wince/
PathWince.cpp 76 void Path::addLineTo(const FloatPoint& point)
78 m_path->addLineTo(point);
PlatformPathWince.cpp 627 void PlatformPath::addLineTo(const FloatPoint& point)
656 addLineTo(p1);
668 addLineTo(p1);
681 addLineTo(startPoint);
746 addLineTo(FloatPoint(right, r.y()));
747 addLineTo(FloatPoint(right, bottom));
748 addLineTo(FloatPoint(r.x(), bottom));
749 addLineTo(r.location());
PlatformPathWince.h 154 void addLineTo(const FloatPoint&);
  /external/webkit/WebCore/platform/graphics/haiku/
PathHaiku.cpp 89 void Path::addLineTo(const FloatPoint& p)
  /external/webkit/WebCore/platform/graphics/wx/
PathWx.cpp 141 void Path::addLineTo(const FloatPoint& point)
  /external/webkit/WebCore/html/
HTMLAreaElement.cpp 136 path.addLineTo(FloatPoint(m_coords[i * 2].calcMinValue(width), m_coords[i * 2 + 1].calcMinValue(height)));
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 98 void Path::addLineTo(const FloatPoint& point)
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 114 void Path::addLineTo(const FloatPoint& p)
  /external/webkit/WebCore/platform/graphics/cg/
PathCG.cpp 194 void Path::addLineTo(const FloatPoint& p)
  /external/webkit/WebCore/platform/graphics/cairo/
PathCairo.cpp 101 void Path::addLineTo(const FloatPoint& p)
  /external/webkit/WebCore/platform/graphics/qt/
PathQt.cpp 143 void Path::addLineTo(const FloatPoint& p)
  /external/webkit/WebCore/inspector/
InspectorController.cpp     [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 552 m_path.addLineTo(FloatPoint(x, y));
    [all...]

Completed in 146 milliseconds