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

  /external/webkit/WebCore/platform/graphics/
Path.h 145 static Path createLine(const FloatPoint&, const FloatPoint&);
Path.cpp 264 Path Path::createLine(const FloatPoint& start, const FloatPoint& end)
  /external/webkit/WebCore/svg/
SVGLineElement.cpp 114 return Path::createLine(FloatPoint(x1().value(this), y1().value(this)),
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaArcRasterizer.java 204 static int[] createLine(int a, int b, int xcount, int ycount) {
402 int[] xline = createLine(a, b, xcount, ycount);
403 int[] yline = createLine(b, a, ycount, xcount);
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 61 QTextLine line = layout->createLine();

Completed in 179 milliseconds